1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-06 12:50:26 +00:00
QB64-PE/internal/source/free109.txt

11 lines
360 B
Text
Raw Normal View History

2019-01-13 18:43:58 +00:00
if(oldstr3574){
if(oldstr3574->fixed)qbs_set(oldstr3574,_FUNC_STRREMOVE_STRING_MYSTRING);
qbs_free(_FUNC_STRREMOVE_STRING_MYSTRING);
2018-12-31 04:22:26 +00:00
}
2019-01-13 18:43:58 +00:00
if(oldstr3575){
if(oldstr3575->fixed)qbs_set(oldstr3575,_FUNC_STRREMOVE_STRING_WHATTOREMOVE);
qbs_free(_FUNC_STRREMOVE_STRING_WHATTOREMOVE);
2018-12-31 04:22:26 +00:00
}
2019-01-13 18:43:58 +00:00
qbs_free(_FUNC_STRREMOVE_STRING_A);
qbs_free(_FUNC_STRREMOVE_STRING_B);