1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-18 15:15:18 +00:00
qb64/internal/source/free138.txt

11 lines
391 B
Plaintext
Raw Normal View History

2018-12-31 04:22:26 +00:00
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]));
2018-11-01 14:26:08 +00:00
}else{
2018-12-31 04:22:26 +00:00
free((void*)(_FUNC_IDEFILEEXISTS_ARRAY_UDT_O[0]));
2018-11-01 14:26:08 +00:00
}
}
2018-12-31 04:22:26 +00:00
free_mem_lock( (mem_lock*)((ptrszint*)_FUNC_IDEFILEEXISTS_ARRAY_UDT_O)[8] );
qbs_free(_FUNC_IDEFILEEXISTS_STRING1_SEP);
qbs_free(_FUNC_IDEFILEEXISTS_STRING_ALTLETTER);