svn commit: samba r6204 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Tue Apr 5 01:24:04 GMT 2005


Author: jra
Date: 2005-04-05 01:24:04 +0000 (Tue, 05 Apr 2005)
New Revision: 6204

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

Log:
Fix double-free of talloc context.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/nttrans.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/nttrans.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/nttrans.c	2005-04-05 01:20:32 UTC (rev 6203)
+++ branches/SAMBA_3_0/source/smbd/nttrans.c	2005-04-05 01:24:04 UTC (rev 6204)
@@ -1554,7 +1554,6 @@
 	}
 
 	restore_case_semantics(conn, file_attributes);
-	talloc_destroy(ctx);
 
 	file_len = sbuf.st_size;
 	fmode = dos_mode(conn,fname,&sbuf);



More information about the samba-cvs mailing list