1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-01 14:00:16 +00:00
qb64/internal/source/free45.txt

9 lines
277 B
Text
Raw Normal View History

2019-04-01 04:19:05 +00:00
if(oldstr3011){
if(oldstr3011->fixed)qbs_set(oldstr3011,_FUNC_TYP2CTYP_STRING_TSTR);
qbs_free(_FUNC_TYP2CTYP_STRING_TSTR);
}
qbs_free(_FUNC_TYP2CTYP_STRING_CTYP);
qbs_free(_FUNC_TYP2CTYP_STRING_TS);
qbs_free(_FUNC_TYP2CTYP_STRING_N);
qbs_free(_FUNC_TYP2CTYP_STRING_S);