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-03-25 13:22:46 +00:00
if(oldstr3810){
if(oldstr3810->fixed)qbs_set(oldstr3810,_SUB_WRITESETTING_STRING_FILE);
2024-02-03 22:11:15 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
}
2024-03-25 13:22:46 +00:00
if(oldstr3811){
if(oldstr3811->fixed)qbs_set(oldstr3811,_SUB_WRITESETTING_STRING___SECTION);
2024-02-03 22:11:15 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2024-03-25 13:22:46 +00:00
if(oldstr3812){
if(oldstr3812->fixed)qbs_set(oldstr3812,_SUB_WRITESETTING_STRING___KEY);
2024-02-03 22:11:15 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2024-03-25 13:22:46 +00:00
if(oldstr3813){
if(oldstr3813->fixed)qbs_set(oldstr3813,_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);