1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-26 21:25:54 +00:00
QB64-PE/internal/source/free235.txt

16 lines
604 B
Plaintext
Raw Normal View History

2023-02-18 20:56:37 +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]));
2023-02-13 12:57:38 +00:00
}else{
2023-02-18 20:56:37 +00:00
free((void*)(_FUNC_IDEDISPLAYBOX_ARRAY_UDT_O[0]));
2022-12-20 13:31:46 +00:00
}
2023-02-13 12:57:38 +00:00
}
2023-02-18 20:56:37 +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);