1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-08 00:40:17 +00:00
QB64-PE/internal/source/free140.txt

21 lines
714 B
Text
Raw Normal View History

2022-12-20 13:31:46 +00:00
if(oldstr3902){
if(oldstr3902->fixed)qbs_set(oldstr3902,_SUB_WRITESETTING_STRING_FILE);
2022-12-19 15:39:35 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
}
2022-12-20 13:31:46 +00:00
if(oldstr3903){
if(oldstr3903->fixed)qbs_set(oldstr3903,_SUB_WRITESETTING_STRING___SECTION);
2022-12-19 15:39:35 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2022-12-20 13:31:46 +00:00
if(oldstr3904){
if(oldstr3904->fixed)qbs_set(oldstr3904,_SUB_WRITESETTING_STRING___KEY);
2022-12-19 15:39:35 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2022-12-20 13:31:46 +00:00
if(oldstr3905){
if(oldstr3905->fixed)qbs_set(oldstr3905,_SUB_WRITESETTING_STRING___VALUE);
2022-12-19 15:39:35 +00:00
qbs_free(_SUB_WRITESETTING_STRING___VALUE);
}
qbs_free(_SUB_WRITESETTING_STRING_TEMPVALUE);
qbs_free(_SUB_WRITESETTING_STRING_SECTION);
qbs_free(_SUB_WRITESETTING_STRING_KEY);
qbs_free(_SUB_WRITESETTING_STRING_VALUE);