1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/internal/source/free73.txt
2016-09-04 23:30:55 +10:00

11 lines
486 B
Plaintext

if(oldstr3227){
if(oldstr3227->fixed)qbs_set(oldstr3227,_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] );