1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 07:55:07 +00:00
qb64/internal/source/free12.txt

14 lines
469 B
Text
Raw Normal View History

2021-07-12 00:07:48 +00:00
if(oldstr2414){
if(oldstr2414->fixed)qbs_set(oldstr2414,_FUNC_UDTREFERENCE_STRING_O);
qbs_free(_FUNC_UDTREFERENCE_STRING_O);
}
2021-07-12 00:07:48 +00:00
if(oldstr2415){
if(oldstr2415->fixed)qbs_set(oldstr2415,_FUNC_UDTREFERENCE_STRING_A);
qbs_free(_FUNC_UDTREFERENCE_STRING_A);
}
qbs_free(_FUNC_UDTREFERENCE_STRING_OBAK);
qbs_free(_FUNC_UDTREFERENCE_STRING_R);
qbs_free(_FUNC_UDTREFERENCE_STRING_N);
qbs_free(_FUNC_UDTREFERENCE_STRING_NSYM);
qbs_free(_FUNC_UDTREFERENCE_STRING_N2);