freeswitch/swig_common.i
Anthony Minessale 808e90b7a5 add
2011-10-21 10:15:15 -05:00

3 lines
68 B
OpenEdge ABL

%typemap(newfree) char * "free($1);";
%newobject getGlobalVariable;