From 063665c374b487a923aa32bc0b8ba9dabe7b8022 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 26 Oct 2021 11:34:44 +0200 Subject: [PATCH] Fix a bug in optran code: devname will be used in the list of instances --- src/spicelib/parser/inppas4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spicelib/parser/inppas4.c b/src/spicelib/parser/inppas4.c index 3d1a3b660..f053435d8 100644 --- a/src/spicelib/parser/inppas4.c +++ b/src/spicelib/parser/inppas4.c @@ -70,7 +70,6 @@ void INPpas4(CKTcircuit *ckt, INPtables *tab) ckt->CKTstat->STATdevNum[mytype].instNum++; ckt->CKTstat->STATtotalDev++; - tfree(devname); nadded++; } }