1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00
QB64-PE/internal/source/free73.txt

11 lines
476 B
Plaintext
Raw Normal View History

2022-10-01 19:14:39 +00:00
if(oldstr3489){
if(oldstr3489->fixed)qbs_set(oldstr3489,_SUB_PARSEEXPRESSION_STRING_EXP);
2022-09-09 12:19:17 +00:00
qbs_free(_SUB_PARSEEXPRESSION_STRING_EXP);
2022-08-26 14:13:09 +00:00
}
2022-09-09 12:19:17 +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] );