DCtrCurv(), fix a memory leak

This commit is contained in:
rlar 2012-10-17 19:39:30 +02:00
parent f038d59fbe
commit 99b0e78c84
1 changed files with 1 additions and 0 deletions

View File

@ -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 */