1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-24 18:41:57 +00:00
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;