1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/internal/source/free201.txt

16 lines
619 B
Plaintext
Raw Normal View History

2022-05-14 20:59:49 +00:00
if (_FUNC_IDEDISPLAYBOX_ARRAY_UDT_O[2]&1){
if (_FUNC_IDEDISPLAYBOX_ARRAY_UDT_O[2]&4){
cmem_dynamic_free((uint8*)(_FUNC_IDEDISPLAYBOX_ARRAY_UDT_O[0]));
2021-10-18 03:13:30 +00:00
}else{
2022-05-14 20:59:49 +00:00
free((void*)(_FUNC_IDEDISPLAYBOX_ARRAY_UDT_O[0]));
2021-09-28 05:43:25 +00:00
}
2021-10-18 03:13:30 +00:00
}
2022-05-14 20:59:49 +00:00
free_mem_lock( (mem_lock*)((ptrszint*)_FUNC_IDEDISPLAYBOX_ARRAY_UDT_O)[8] );
qbs_free(_FUNC_IDEDISPLAYBOX_STRING1_SEP);
qbs_free(_FUNC_IDEDISPLAYBOX_STRING_A2);
qbs_free(_FUNC_IDEDISPLAYBOX_STRING_PREVFONTFILE);
qbs_free(_FUNC_IDEDISPLAYBOX_STRING_PREVFONTSIZE);
qbs_free(_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER);
qbs_free(_FUNC_IDEDISPLAYBOX_STRING_A);
qbs_free(_FUNC_IDEDISPLAYBOX_STRING_V);