outitf.c: plug memory leak

This commit is contained in:
h_vogt 2013-08-21 21:50:37 +02:00 committed by rlar
parent 94595c06df
commit be45a5ca37
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ beginPlot(JOB *analysisPtr, CKTcircuit *circuitPtr, char *cktName, char *analNam
tfree(saves[i].analysis);
tfree(saves[i].name);
}
tfree(saves);
tfree(savesused);
}