mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-28 16:54:20 +02:00
add here->intgr to the de-allocated memory
This commit is contained in:
@@ -531,6 +531,7 @@ MIFunsetup(GENmodel *inModel,CKTcircuit *ckt)
|
||||
/* free memory allocated by cm_analog_alloc and cm_analog_converge */
|
||||
tfree(here->state);
|
||||
tfree(here->conv);
|
||||
tfree(here->intgr);
|
||||
here->initialized = MIF_FALSE;
|
||||
} /* end for all instances */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user