inp2dot.c, dot_tran(), fix a memory leak
This commit is contained in:
parent
0443a2690c
commit
9154ab103a
|
|
@ -391,6 +391,7 @@ dot_tran(char *line, CKTcircuit *ckt, INPtables *tab, card *current,
|
|||
} else {
|
||||
LITERR(" Error: unknown parameter on .tran - ignored\n");
|
||||
}
|
||||
tfree(word);
|
||||
}
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue