1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-10 03:05:13 +00:00
QB64-PE/internal/source/free69.txt

11 lines
476 B
Plaintext
Raw Normal View History

2023-03-24 21:04:26 +00:00
if(oldstr3495){
if(oldstr3495->fixed)qbs_set(oldstr3495,_SUB_PARSEEXPRESSION_STRING_EXP);
2023-02-13 12:57:38 +00:00
qbs_free(_SUB_PARSEEXPRESSION_STRING_EXP);
2022-11-22 23:53:31 +00:00
}
2023-02-13 12:57:38 +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] );