DCtrCurv(), fix a memory leak
This commit is contained in:
parent
f038d59fbe
commit
99b0e78c84
|
|
@ -223,6 +223,7 @@ found:;
|
|||
ckt->CKTcurJob->JOBname,
|
||||
varUid, IF_REAL,
|
||||
numNames, nameList, IF_REAL, &plot);
|
||||
tfree(nameList);
|
||||
|
||||
if(error) return(error);
|
||||
/* now have finished the initialization - can start doing hard part */
|
||||
|
|
|
|||
Loading…
Reference in New Issue