svn commit: samba r15767 - in branches/SAMBA_4_0/source/ntvfs: .

metze at samba.org metze at samba.org
Sun May 21 08:24:12 GMT 2006


Author: metze
Date: 2006-05-21 08:24:11 +0000 (Sun, 21 May 2006)
New Revision: 15767

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15767

Log:
we need to free here

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/ntvfs_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/ntvfs_util.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/ntvfs_util.c	2006-05-21 07:14:18 UTC (rev 15766)
+++ branches/SAMBA_4_0/source/ntvfs/ntvfs_util.c	2006-05-21 08:24:11 UTC (rev 15767)
@@ -58,8 +58,8 @@
 	DLIST_ADD(req->async_states, async);
 
 	return req;
-
 failed:
+	talloc_free(req);
 	return NULL;
 }
 



More information about the samba-cvs mailing list