From e282b83381d21577a6fe770deb36a570461d8e57 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 6 Feb 2005 00:35:58 +0000 Subject: r5243: Woohoo - memory leak city! Comment out talloc_free() call until I figure out a better way to pass tallocated memory around with SWIG. (This used to be commit c63668cbbe393a78ccd9a86a33fb4bd7bb9af16d) --- source4/scripting/swig/dcerpc.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/swig/dcerpc.i b/source4/scripting/swig/dcerpc.i index 53aaf29b1f..471140c499 100644 --- a/source4/scripting/swig/dcerpc.i +++ b/source4/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 ** { -- cgit