r4957: the fetchfile _recv() function was neglecting to steal the data and
authorAndrew Tridgell <tridge@samba.org>
Mon, 24 Jan 2005 03:43:48 +0000 (03:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:10 +0000 (13:09 -0500)
commit657583b9b9da6076fe0f2b850f0536249d314dea
tree5e2e41e9488fb42a29129b3fc0719f42023309a5
parentbdbd32d3ff1848aacbc1d1784a99beb8f388c301
r4957: the fetchfile _recv() function was neglecting to steal the data and
free the connection context. This left a whole lot of state hanging
around and didn't give the memory to the caller properly
(This used to be commit 3e13e1d526563d91cb2342ae68455e54eb49a9bd)
source4/libcli/composite/fetchfile.c