Browse Source

do not delete symbols that have not been created here

pre-master-46
Holger Vogt 8 years ago
parent
commit
cbe4b31d4b
  1. 3
      src/frontend/numparam/spicenum.c

3
src/frontend/numparam/spicenum.c

@ -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…
Cancel
Save