add here->intgr to the de-allocated memory

This commit is contained in:
Holger Vogt 2018-08-27 14:00:18 +02:00
parent 21edfb2127
commit 80a767f6cd
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
}