1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/source/free72.txt

11 lines
486 B
Plaintext
Raw Normal View History

if(oldstr3393){
if(oldstr3393->fixed)qbs_set(oldstr3393,_SUB_PARSEEXPRESSION_STRING_EXP);
2021-02-07 10:32:23 +00:00
qbs_free(_SUB_PARSEEXPRESSION_STRING_EXP);
2019-04-28 11:54:47 +00:00
}
2021-02-07 10:32:23 +00:00
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] );