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

21 lines
714 B
Text
Raw Normal View History

2022-10-02 22:25:45 +00:00
if(oldstr3883){
if(oldstr3883->fixed)qbs_set(oldstr3883,_SUB_WRITESETTING_STRING_FILE);
2022-09-09 12:19:17 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
2022-08-26 14:13:09 +00:00
}
2022-10-02 22:25:45 +00:00
if(oldstr3884){
if(oldstr3884->fixed)qbs_set(oldstr3884,_SUB_WRITESETTING_STRING___SECTION);
2022-09-09 12:19:17 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2022-10-02 22:25:45 +00:00
if(oldstr3885){
if(oldstr3885->fixed)qbs_set(oldstr3885,_SUB_WRITESETTING_STRING___KEY);
2022-09-09 12:19:17 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2022-10-02 22:25:45 +00:00
if(oldstr3886){
if(oldstr3886->fixed)qbs_set(oldstr3886,_SUB_WRITESETTING_STRING___VALUE);
2022-09-09 12:19:17 +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);