summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-02-06 00:35:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:33 -0500
commite282b83381d21577a6fe770deb36a570461d8e57 (patch)
treef1427933dc3563466c3ac9d4f67f4d90e9df26a2 /source4/scripting
parenta36c43bc2161086a229b620a01eb071f05eda878 (diff)
downloadsamba-e282b83381d21577a6fe770deb36a570461d8e57.tar.gz
samba-e282b83381d21577a6fe770deb36a570461d8e57.tar.bz2
samba-e282b83381d21577a6fe770deb36a570461d8e57.zip
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)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/swig/dcerpc.i2
1 files changed, 1 insertions, 1 deletions
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 ** {