Browse Source

inp2dot.c, dot_tran(), fix a memory leak

pre-master-46
h_vogt 10 years ago
committed by rlar
parent
commit
9154ab103a
  1. 1
      src/spicelib/parser/inp2dot.c

1
src/spicelib/parser/inp2dot.c

@ -391,6 +391,7 @@ dot_tran(char *line, CKTcircuit *ckt, INPtables *tab, card *current,
} else { } else {
LITERR(" Error: unknown parameter on .tran - ignored\n"); LITERR(" Error: unknown parameter on .tran - ignored\n");
} }
tfree(word);
} }
return (0); return (0);
} }

Loading…
Cancel
Save