1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 20:30:25 +00:00
qb64/internal/source/free135.txt

29 lines
1 KiB
Plaintext
Raw Normal View History

2021-01-21 06:18:09 +00:00
if(oldstr4634){
if(oldstr4634->fixed)qbs_set(oldstr4634,_FUNC_IDEINPUTBOX_STRING_TITLE);
2021-01-14 03:03:50 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_TITLE);
}
2021-01-21 06:18:09 +00:00
if(oldstr4635){
if(oldstr4635->fixed)qbs_set(oldstr4635,_FUNC_IDEINPUTBOX_STRING_CAPTION);
2021-01-14 03:03:50 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_CAPTION);
}
2021-01-21 06:18:09 +00:00
if(oldstr4636){
if(oldstr4636->fixed)qbs_set(oldstr4636,_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
2021-01-14 03:03:50 +00:00
qbs_free(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
}
2021-01-21 06:18:09 +00:00
if(oldstr4637){
if(oldstr4637->fixed)qbs_set(oldstr4637,_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
2021-01-14 03:03:50 +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]));
2021-01-13 01:08:10 +00:00
}else{
2021-01-14 03:03:50 +00:00
free((void*)(_FUNC_IDEINPUTBOX_ARRAY_UDT_O[0]));
2021-01-13 01:08:10 +00:00
}
}
2021-01-14 03:03:50 +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);