1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-29 05:50:41 +00:00
qb64/internal/source/free5.txt

22 lines
806 B
Plaintext

if(oldstr2087){
if(oldstr2087->fixed)qbs_set(oldstr2087,_FUNC_ALLOCARRAY_STRING_N2);
qbs_free(_FUNC_ALLOCARRAY_STRING_N2);
}
if(oldstr2088){
if(oldstr2088->fixed)qbs_set(oldstr2088,_FUNC_ALLOCARRAY_STRING_ELEMENTS);
qbs_free(_FUNC_ALLOCARRAY_STRING_ELEMENTS);
}
qbs_free(_FUNC_ALLOCARRAY_STRING_F12);
qbs_free(_FUNC_ALLOCARRAY_STRING_E);
qbs_free(_FUNC_ALLOCARRAY_STRING_N);
qbs_free(_FUNC_ALLOCARRAY_STRING_L);
qbs_free(_FUNC_ALLOCARRAY_STRING_E2);
qbs_free(_FUNC_ALLOCARRAY_STRING_CR);
qbs_free(_FUNC_ALLOCARRAY_STRING_SD);
qbs_free(_FUNC_ALLOCARRAY_STRING_E3);
qbs_free(_FUNC_ALLOCARRAY_STRING_E3BASE);
qbs_free(_FUNC_ALLOCARRAY_STRING_BYTESPERELEMENT);
qbs_free(_FUNC_ALLOCARRAY_STRING_SIZESTR);
qbs_free(_FUNC_ALLOCARRAY_STRING_ELESIZESTR);
qbs_free(_FUNC_ALLOCARRAY_STRING_ACC);