Browse Source

add here->intgr to the de-allocated memory

pre-master-46
Holger Vogt 8 years ago
parent
commit
80a767f6cd
  1. 1
      src/xspice/mif/mifsetup.c

1
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 */ /* free memory allocated by cm_analog_alloc and cm_analog_converge */
tfree(here->state); tfree(here->state);
tfree(here->conv); tfree(here->conv);
tfree(here->intgr);
here->initialized = MIF_FALSE; here->initialized = MIF_FALSE;
} /* end for all instances */ } /* end for all instances */
} }

Loading…
Cancel
Save