1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-26 14:25:53 +00:00
QB64-PE/internal/source/free106.txt

13 lines
485 B
Plaintext
Raw Normal View History

if(oldstr3717){
if(oldstr3717->fixed)qbs_set(oldstr3717,_SUB_FREE_ARRAY_UDT_VARSTRINGS_STRING_N);
qbs_free(_SUB_FREE_ARRAY_UDT_VARSTRINGS_STRING_N);
}
if(oldstr3718){
if(oldstr3718->fixed)qbs_set(oldstr3718,_SUB_FREE_ARRAY_UDT_VARSTRINGS_STRING_BYTESPERELEMENT);
qbs_free(_SUB_FREE_ARRAY_UDT_VARSTRINGS_STRING_BYTESPERELEMENT);
}
if(oldstr3719){
if(oldstr3719->fixed)qbs_set(oldstr3719,_SUB_FREE_ARRAY_UDT_VARSTRINGS_STRING_ACC);
qbs_free(_SUB_FREE_ARRAY_UDT_VARSTRINGS_STRING_ACC);
2022-08-26 14:13:09 +00:00
}