1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-29 05:50:41 +00:00
qb64/internal/source/free72.txt

11 lines
486 B
Plaintext

if(oldstr3393){
if(oldstr3393->fixed)qbs_set(oldstr3393,_SUB_PARSEEXPRESSION_STRING_EXP);
qbs_free(_SUB_PARSEEXPRESSION_STRING_EXP);
}
if (_SUB_PARSEEXPRESSION_ARRAY_STRING_NUM[2]&1){
tmp_long=_SUB_PARSEEXPRESSION_ARRAY_STRING_NUM[5];
while(tmp_long--) qbs_free((qbs*)((uint64*)(_SUB_PARSEEXPRESSION_ARRAY_STRING_NUM[0]))[tmp_long]);
free((void*)(_SUB_PARSEEXPRESSION_ARRAY_STRING_NUM[0]));
}
free_mem_lock( (mem_lock*)((ptrszint*)_SUB_PARSEEXPRESSION_ARRAY_STRING_NUM)[8] );