1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00
QB64-PE/internal/source/free190.txt

29 lines
1,007 B
Plaintext
Raw Normal View History

2022-10-01 19:14:39 +00:00
if(oldstr5361){
if(oldstr5361->fixed)qbs_set(oldstr5361,_FUNC_IDEINPUTBOX_STRING_TITLE);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_TITLE);
2022-08-26 14:13:09 +00:00
}
2022-10-01 19:14:39 +00:00
if(oldstr5362){
if(oldstr5362->fixed)qbs_set(oldstr5362,_FUNC_IDEINPUTBOX_STRING_CAPTION);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_CAPTION);
}
2022-10-01 19:14:39 +00:00
if(oldstr5363){
if(oldstr5363->fixed)qbs_set(oldstr5363,_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
}
2022-10-01 19:14:39 +00:00
if(oldstr5364){
if(oldstr5364->fixed)qbs_set(oldstr5364,_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
2022-09-09 12:19:17 +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]));
2022-08-26 14:13:09 +00:00
}else{
2022-09-09 12:19:17 +00:00
free((void*)(_FUNC_IDEINPUTBOX_ARRAY_UDT_O[0]));
2022-08-26 14:13:09 +00:00
}
}
2022-09-09 12:19:17 +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);