plug a memory leak (in case of failing op for tran calculation)

This commit is contained in:
Holger Vogt 2020-02-28 18:12:55 +01:00
parent 2f23c58585
commit 06239e567f
1 changed files with 4 additions and 1 deletions

View File

@ -275,7 +275,10 @@ DCtran(CKTcircuit *ckt,
fflush(stdout);
}
if(converged != 0) return(converged);
if (converged != 0) {
SPfrontEnd->OUTendPlot(job->TRANplot);
return(converged);
}
#ifdef XSPICE
/* gtri - add - wbk - 12/19/90 - Add IPC stuff */