1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-18 07:05:14 +00:00
QB64-PE/internal/source/free185.txt

29 lines
1 KiB
Plaintext
Raw Normal View History

2022-08-26 12:44:07 +00:00
if(oldstr5321){
if(oldstr5321->fixed)qbs_set(oldstr5321,_FUNC_IDEINPUTBOX_STRING_TITLE);
qbs_free(_FUNC_IDEINPUTBOX_STRING_TITLE);
2022-05-31 03:52:23 +00:00
}
2022-08-26 12:44:07 +00:00
if(oldstr5322){
if(oldstr5322->fixed)qbs_set(oldstr5322,_FUNC_IDEINPUTBOX_STRING_CAPTION);
qbs_free(_FUNC_IDEINPUTBOX_STRING_CAPTION);
2022-05-31 03:52:23 +00:00
}
2022-08-26 12:44:07 +00:00
if(oldstr5323){
if(oldstr5323->fixed)qbs_set(oldstr5323,_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
qbs_free(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
2022-05-31 03:52:23 +00:00
}
2022-08-26 12:44:07 +00:00
if(oldstr5324){
if(oldstr5324->fixed)qbs_set(oldstr5324,_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
qbs_free(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
2022-05-31 03:52:23 +00:00
}
2022-08-26 12:44:07 +00:00
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]));
2022-05-31 03:52:23 +00:00
}else{
2022-08-26 12:44:07 +00:00
free((void*)(_FUNC_IDEINPUTBOX_ARRAY_UDT_O[0]));
2022-05-31 03:52:23 +00:00
}
}
2022-08-26 12:44:07 +00:00
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);