Reverting "INPdevParse(), fix a memory leak"
Revert "INPdevParse(), fix a memory leak" This reverts commit 64cd55c429c44c79d4cd9cdf343faee7940b4113.
This commit is contained in:
parent
1163be2c0c
commit
011f037e41
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue