@ -19,5 +19,8 @@ ASRCdelete(GENinstance *gen_inst)
FREE(inst->ASRCacValues);
FREE(inst->ASRCposPtr);
FREE(inst->ASRCvars);
#ifdef KLU
FREE(inst->ASRCposBinding);
#endif
return OK;
}
@ -143,6 +143,9 @@ ASRCunsetup(GENmodel *inModel, CKTcircuit *ckt)
FREE(here->ASRCposPtr);
FREE(here->ASRCvars);
FREE(here->ASRCacValues);
FREE(here->ASRCposBinding);