diff --git a/source/scripting/swig/dcerpc.i b/source/scripting/swig/dcerpc.i index 53aaf29b1f1..471140c499b 100644 --- a/source/scripting/swig/dcerpc.i +++ b/source/scripting/swig/dcerpc.i @@ -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 ** {