outitf.c: plug memory leak
This commit is contained in:
parent
94595c06df
commit
be45a5ca37
|
|
@ -333,6 +333,7 @@ beginPlot(JOB *analysisPtr, CKTcircuit *circuitPtr, char *cktName, char *analNam
|
||||||
tfree(saves[i].analysis);
|
tfree(saves[i].analysis);
|
||||||
tfree(saves[i].name);
|
tfree(saves[i].name);
|
||||||
}
|
}
|
||||||
|
tfree(saves);
|
||||||
tfree(savesused);
|
tfree(savesused);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue