From 80a767f6cd93ccae80f5aedb79d95cd19ae3ec28 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 27 Aug 2018 14:00:18 +0200 Subject: [PATCH] add here->intgr to the de-allocated memory --- src/xspice/mif/mifsetup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xspice/mif/mifsetup.c b/src/xspice/mif/mifsetup.c index cfe435076..c33ae850b 100644 --- a/src/xspice/mif/mifsetup.c +++ b/src/xspice/mif/mifsetup.c @@ -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 */ }