svn commit: samba r5243 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Sun Feb 6 00:35:58 GMT 2005


Author: tpot
Date: 2005-02-06 00:35:58 +0000 (Sun, 06 Feb 2005)
New Revision: 5243

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

Log:
Woohoo - memory leak city!  Comment out talloc_free() call until I 
figure out a better way to pass tallocated memory around with SWIG.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/dcerpc.i


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/dcerpc.i
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-02-06 00:34:44 UTC (rev 5242)
+++ branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-02-06 00:35:58 UTC (rev 5243)
@@ -126,7 +126,7 @@
 }
 
 %typemap(freearg) TALLOC_CTX * {
-	talloc_free($1);
+//	talloc_free($1);
 }
 
 %typemap(argout) struct dcerpc_pipe ** {



More information about the samba-cvs mailing list