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:
Harco de Hilster 2000-08-14 07:20:24 +00:00
commit 2aa97936ea

View file

@ -153,7 +153,7 @@
}
}
/* free resource once finished using */
%typemap(java,argout) const string & {
%typemap(java,freearg) const string & {
delete $target;
}