1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 05:50:22 +00:00
QB64-PE/internal/source/free132.txt

21 lines
734 B
Plaintext
Raw Normal View History

2022-08-26 12:44:07 +00:00
if(oldstr3841){
if(oldstr3841->fixed)qbs_set(oldstr3841,_SUB_WRITESETTING_STRING_FILE);
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
}
2022-08-26 12:44:07 +00:00
if(oldstr3842){
if(oldstr3842->fixed)qbs_set(oldstr3842,_SUB_WRITESETTING_STRING___SECTION);
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2022-08-26 12:44:07 +00:00
if(oldstr3843){
if(oldstr3843->fixed)qbs_set(oldstr3843,_SUB_WRITESETTING_STRING___KEY);
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2022-08-26 12:44:07 +00:00
if(oldstr3844){
if(oldstr3844->fixed)qbs_set(oldstr3844,_SUB_WRITESETTING_STRING___VALUE);
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING___VALUE);
2022-05-14 20:59:49 +00:00
}
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING_TEMPVALUE);
qbs_free(_SUB_WRITESETTING_STRING_SECTION);
qbs_free(_SUB_WRITESETTING_STRING_KEY);
qbs_free(_SUB_WRITESETTING_STRING_VALUE);