1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/source/free197.txt

16 lines
619 B
Plaintext
Raw Normal View History

2021-09-26 02:23: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]));
2021-08-24 07:04:43 +00:00
}else{
2021-09-26 02:23:37 +00:00
free((void*)(_FUNC_IDEDISPLAYBOX_ARRAY_UDT_O[0]));
2021-08-15 06:00:33 +00:00
}
}
2021-09-26 02:23: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);