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/free134.txt
2015-10-30 23:18:44 +11: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);