1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 22:20:24 +00:00
qb64/internal/source/free143.txt
2021-09-28 05:43:25 +00:00

13 lines
498 B
Plaintext

if (_FUNC_IDECALLSTACKBOX_ARRAY_UDT_O[2]&1){
if (_FUNC_IDECALLSTACKBOX_ARRAY_UDT_O[2]&4){
cmem_dynamic_free((uint8*)(_FUNC_IDECALLSTACKBOX_ARRAY_UDT_O[0]));
}else{
free((void*)(_FUNC_IDECALLSTACKBOX_ARRAY_UDT_O[0]));
}
}
free_mem_lock( (mem_lock*)((ptrszint*)_FUNC_IDECALLSTACKBOX_ARRAY_UDT_O)[8] );
qbs_free(_FUNC_IDECALLSTACKBOX_STRING1_SEP);
qbs_free(_FUNC_IDECALLSTACKBOX_STRING_TEMP);
qbs_free(_FUNC_IDECALLSTACKBOX_STRING_TEMP2);
qbs_free(_FUNC_IDECALLSTACKBOX_STRING_ALTLETTER);