1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-16 23:43:51 +00:00
QB64-PE/internal/source/free138.txt

21 lines
714 B
Text
Raw Normal View History

2022-11-27 00:30:08 +00:00
if(oldstr3884){
if(oldstr3884->fixed)qbs_set(oldstr3884,_SUB_WRITESETTING_STRING_FILE);
2022-11-22 23:53:31 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
}
2022-11-27 00:30:08 +00:00
if(oldstr3885){
if(oldstr3885->fixed)qbs_set(oldstr3885,_SUB_WRITESETTING_STRING___SECTION);
2022-11-22 23:53:31 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2022-11-27 00:30:08 +00:00
if(oldstr3886){
if(oldstr3886->fixed)qbs_set(oldstr3886,_SUB_WRITESETTING_STRING___KEY);
2022-11-22 23:53:31 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2022-11-27 00:30:08 +00:00
if(oldstr3887){
if(oldstr3887->fixed)qbs_set(oldstr3887,_SUB_WRITESETTING_STRING___VALUE);
2022-11-22 23:53:31 +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);