1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 11:55:13 +00:00
QB64-PE/internal/source/free153.txt

29 lines
1 KiB
Plaintext
Raw Normal View History

2021-07-22 06:14:26 +00:00
if(oldstr4901){
if(oldstr4901->fixed)qbs_set(oldstr4901,_FUNC_IDEINPUTBOX_STRING_TITLE);
2021-07-21 21:30:49 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_TITLE);
2021-07-19 21:21:56 +00:00
}
2021-07-22 06:14:26 +00:00
if(oldstr4902){
if(oldstr4902->fixed)qbs_set(oldstr4902,_FUNC_IDEINPUTBOX_STRING_CAPTION);
2021-07-21 21:30:49 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_CAPTION);
}
2021-07-22 06:14:26 +00:00
if(oldstr4903){
if(oldstr4903->fixed)qbs_set(oldstr4903,_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
2021-07-21 21:30:49 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
}
2021-07-22 06:14:26 +00:00
if(oldstr4904){
if(oldstr4904->fixed)qbs_set(oldstr4904,_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
2021-07-21 21:30:49 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
}
if (_FUNC_IDEINPUTBOX_ARRAY_UDT_O[2]&1){
if (_FUNC_IDEINPUTBOX_ARRAY_UDT_O[2]&4){
cmem_dynamic_free((uint8*)(_FUNC_IDEINPUTBOX_ARRAY_UDT_O[0]));
}else{
free((void*)(_FUNC_IDEINPUTBOX_ARRAY_UDT_O[0]));
}
}
free_mem_lock( (mem_lock*)((ptrszint*)_FUNC_IDEINPUTBOX_ARRAY_UDT_O)[8] );
qbs_free(_FUNC_IDEINPUTBOX_STRING1_SEP);
qbs_free(_FUNC_IDEINPUTBOX_STRING_ALTLETTER);
qbs_free(_FUNC_IDEINPUTBOX_STRING_A);
qbs_free(_FUNC_IDEINPUTBOX_STRING_TEMPA);