r5243: Woohoo - memory leak city! Comment out talloc_free() call until I
authorTim Potter <tpot@samba.org>
Sun, 6 Feb 2005 00:35:58 +0000 (00:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:33 +0000 (13:09 -0500)
figure out a better way to pass tallocated memory around with SWIG.

source/scripting/swig/dcerpc.i

index 53aaf29b1f1556fd968ffb4b53e37712f2eebf4a..471140c499b0906bf665290a45ac4d6569643032 100644 (file)
@@ -126,7 +126,7 @@ void set_werror_exception(int status)
 }
 
 %typemap(freearg) TALLOC_CTX * {
-       talloc_free($1);
+//     talloc_free($1);
 }
 
 %typemap(argout) struct dcerpc_pipe ** {