1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 11:11:20 +00:00
QB64-PE/internal/source/free132.txt

21 lines
734 B
Plaintext
Raw Normal View History

2022-06-01 00:20:31 +00:00
if(oldstr3863){
if(oldstr3863->fixed)qbs_set(oldstr3863,_SUB_WRITESETTING_STRING_FILE);
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
}
2022-06-01 00:20:31 +00:00
if(oldstr3864){
if(oldstr3864->fixed)qbs_set(oldstr3864,_SUB_WRITESETTING_STRING___SECTION);
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2022-06-01 00:20:31 +00:00
if(oldstr3865){
if(oldstr3865->fixed)qbs_set(oldstr3865,_SUB_WRITESETTING_STRING___KEY);
2022-05-31 03:52:23 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2022-06-01 00:20:31 +00:00
if(oldstr3866){
if(oldstr3866->fixed)qbs_set(oldstr3866,_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);