changed c++ string argout typemap to freearg
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@647 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
80fcd98b5c
commit
2aa97936ea
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@
|
|||
}
|
||||
}
|
||||
/* free resource once finished using */
|
||||
%typemap(java,argout) const string & {
|
||||
%typemap(java,freearg) const string & {
|
||||
delete $target;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue