1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00

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 commit is contained in:
Tim Potter
2005-02-06 00:35:58 +00:00
committed by Gerald (Jerry) Carter
parent 6dba5d6fb4
commit c63668cbbe

View 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 ** {