1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-27 03:15:54 +00:00
QB64-PE/internal/source/free17.txt

14 lines
456 B
Plaintext
Raw Normal View History

2023-02-19 08:27:35 +00:00
if(oldstr2535){
if(oldstr2535->fixed)qbs_set(oldstr2535,_FUNC_UDTREFERENCE_STRING_O);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_UDTREFERENCE_STRING_O);
2022-08-26 14:13:09 +00:00
}
2023-02-19 08:27:35 +00:00
if(oldstr2536){
if(oldstr2536->fixed)qbs_set(oldstr2536,_FUNC_UDTREFERENCE_STRING_A);
2022-09-09 12:19:17 +00:00
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);