do not delete symbols that have not been created here

This commit is contained in:
Holger Vogt 2018-05-12 11:22:39 +02:00
parent d7f9768ed5
commit cbe4b31d4b
1 changed files with 0 additions and 3 deletions

View File

@ -331,9 +331,6 @@ nupa_del_dicoS(void)
if(!dicoS)
return;
for (i = dynmaxline; i >= 0; i--)
txfree(dicoS->dynrefptr[i]);
txfree(dicoS->dynrefptr);
txfree(dicoS->dyncategory);
txfree(dicoS->inst_name);