Browse Source

DCtrCurv(), fix a memory leak

rlar 14 years ago
parent
commit
99b0e78c84
  1. 1
      src/spicelib/analysis/dctrcurv.c

1
src/spicelib/analysis/dctrcurv.c

@ -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…
Cancel
Save