patch 1272995 from Charlie Savage - more disown support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7431 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
64c4e71c84
commit
bdb8e46f4d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
/* in */
|
||||
|
||||
%typemap(in) void *
|
||||
"SWIG_ConvertPtr($input, (void **) &$1, 0, 1);";
|
||||
"SWIG_ConvertPtr($input, (void **) &$1, 0, SWIG_POINTER_EXCEPTION|$disown);";
|
||||
|
||||
/* out */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue