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

29 lines
1,007 B
Text
Raw Normal View History

2023-01-17 20:48:07 +00:00
if(oldstr5382){
if(oldstr5382->fixed)qbs_set(oldstr5382,_FUNC_IDEINPUTBOX_STRING_TITLE);
2022-12-20 13:31:46 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_TITLE);
2022-12-19 15:39:35 +00:00
}
2023-01-17 20:48:07 +00:00
if(oldstr5383){
if(oldstr5383->fixed)qbs_set(oldstr5383,_FUNC_IDEINPUTBOX_STRING_CAPTION);
2022-12-20 13:31:46 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_CAPTION);
}
2023-01-17 20:48:07 +00:00
if(oldstr5384){
if(oldstr5384->fixed)qbs_set(oldstr5384,_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
2022-12-20 13:31:46 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
}
2023-01-17 20:48:07 +00:00
if(oldstr5385){
if(oldstr5385->fixed)qbs_set(oldstr5385,_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
2022-12-20 13:31:46 +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);