|
|
@ -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); |
|
|
|