plug a memory leak (in case of failing op for tran calculation)
This commit is contained in:
parent
e3aa834bd4
commit
f7705de2c7
|
|
@ -275,7 +275,10 @@ DCtran(CKTcircuit *ckt,
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(converged != 0) return(converged);
|
if (converged != 0) {
|
||||||
|
SPfrontEnd->OUTendPlot(job->TRANplot);
|
||||||
|
return(converged);
|
||||||
|
}
|
||||||
#ifdef XSPICE
|
#ifdef XSPICE
|
||||||
/* gtri - add - wbk - 12/19/90 - Add IPC stuff */
|
/* gtri - add - wbk - 12/19/90 - Add IPC stuff */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue