This commit is contained in:
Anthony Minessale 2011-10-21 10:15:15 -05:00
parent 24b09ca158
commit 808e90b7a5
1 changed files with 2 additions and 0 deletions

2
swig_common.i Normal file
View File

@ -0,0 +1,2 @@
%typemap(newfree) char * "free($1);";
%newobject getGlobalVariable;