diff --git a/src/spicelib/parser/inp2m.c b/src/spicelib/parser/inp2m.c index 662f94fc8..e1a578018 100644 --- a/src/spicelib/parser/inp2m.c +++ b/src/spicelib/parser/inp2m.c @@ -96,7 +96,7 @@ INP2M(CKTcircuit *ckt, INPtables *tab, card *current) txfree(INPgetMod(ckt, nname[i], &thismodel, tab)); /* check if using model binning -- pass in line since need 'l' and 'w' */ - if (!thismodel && i < 5) + if (!thismodel) txfree(INPgetModBin(ckt, nname[i], &thismodel, tab, line)); if (thismodel)