Reverting "INPdevParse(), fix a memory leak"

Revert "INPdevParse(), fix a memory leak"

This reverts commit 64cd55c429c44c79d4cd9cdf343faee7940b4113.
This commit is contained in:
rlar 2012-12-16 18:08:54 +01:00 committed by dwarning
parent 1163be2c0c
commit 011f037e41
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ char *INPdevParse(char **line, CKTcircuit *ckt, int dev, GENinstance *fast,
error = ft_sim->setInstanceParm (ckt, fast,
ft_sim->devices[dev]->instanceParms[i].id,
val, NULL);
tfree(val->v.vec.rVec);
if (error) {
rtn = INPerror(error);
goto quit;