1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 06:44:44 +00:00
QB64-PE/internal/source/free68.txt

11 lines
350 B
Text
Raw Normal View History

2024-06-27 22:09:56 +00:00
if(oldstr3555){
if(oldstr3555->fixed)qbs_set(oldstr3555,_FUNC_STRREMOVE_STRING_MYSTRING);
qbs_free(_FUNC_STRREMOVE_STRING_MYSTRING);
2024-01-20 16:04:21 +00:00
}
2024-06-27 22:09:56 +00:00
if(oldstr3556){
if(oldstr3556->fixed)qbs_set(oldstr3556,_FUNC_STRREMOVE_STRING_WHATTOREMOVE);
qbs_free(_FUNC_STRREMOVE_STRING_WHATTOREMOVE);
2024-01-20 16:04:21 +00:00
}
2024-06-27 22:09:56 +00:00
qbs_free(_FUNC_STRREMOVE_STRING_A);
qbs_free(_FUNC_STRREMOVE_STRING_B);