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

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

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

Modified:
   trunk/source/smbd/nttrans.c


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

Reply via email to