do not delete symbols that have not been created here
This commit is contained in:
parent
d7f9768ed5
commit
cbe4b31d4b
|
|
@ -331,9 +331,6 @@ nupa_del_dicoS(void)
|
||||||
if(!dicoS)
|
if(!dicoS)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for (i = dynmaxline; i >= 0; i--)
|
|
||||||
txfree(dicoS->dynrefptr[i]);
|
|
||||||
|
|
||||||
txfree(dicoS->dynrefptr);
|
txfree(dicoS->dynrefptr);
|
||||||
txfree(dicoS->dyncategory);
|
txfree(dicoS->dyncategory);
|
||||||
txfree(dicoS->inst_name);
|
txfree(dicoS->inst_name);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue