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

21 lines
714 B
Text
Raw Normal View History

2024-02-17 01:00:18 +00:00
if(oldstr3822){
if(oldstr3822->fixed)qbs_set(oldstr3822,_SUB_WRITESETTING_STRING_FILE);
2024-02-03 22:11:15 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
}
2024-02-17 01:00:18 +00:00
if(oldstr3823){
if(oldstr3823->fixed)qbs_set(oldstr3823,_SUB_WRITESETTING_STRING___SECTION);
2024-02-03 22:11:15 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2024-02-17 01:00:18 +00:00
if(oldstr3824){
if(oldstr3824->fixed)qbs_set(oldstr3824,_SUB_WRITESETTING_STRING___KEY);
2024-02-03 22:11:15 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2024-02-17 01:00:18 +00:00
if(oldstr3825){
if(oldstr3825->fixed)qbs_set(oldstr3825,_SUB_WRITESETTING_STRING___VALUE);
2024-02-03 22:11:15 +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);