1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 10:01:21 +00:00
qb64/internal/source/free138.txt
2018-12-31 04:22:26 +00:00

11 lines
391 B
Plaintext

if (_FUNC_IDEFILEEXISTS_ARRAY_UDT_O[2]&1){
if (_FUNC_IDEFILEEXISTS_ARRAY_UDT_O[2]&4){
cmem_dynamic_free((uint8*)(_FUNC_IDEFILEEXISTS_ARRAY_UDT_O[0]));
}else{
free((void*)(_FUNC_IDEFILEEXISTS_ARRAY_UDT_O[0]));
}
}
free_mem_lock( (mem_lock*)((ptrszint*)_FUNC_IDEFILEEXISTS_ARRAY_UDT_O)[8] );
qbs_free(_FUNC_IDEFILEEXISTS_STRING1_SEP);
qbs_free(_FUNC_IDEFILEEXISTS_STRING_ALTLETTER);