mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00: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:
committed by
Gerald (Jerry) Carter
parent
6dba5d6fb4
commit
c63668cbbe
@@ -126,7 +126,7 @@ void set_werror_exception(int status)
|
|||||||
}
|
}
|
||||||
|
|
||||||
%typemap(freearg) TALLOC_CTX * {
|
%typemap(freearg) TALLOC_CTX * {
|
||||||
talloc_free($1);
|
// talloc_free($1);
|
||||||
}
|
}
|
||||||
|
|
||||||
%typemap(argout) struct dcerpc_pipe ** {
|
%typemap(argout) struct dcerpc_pipe ** {
|
||||||
|
|||||||
Reference in New Issue
Block a user