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

This commit is contained in:
h_vogt 2016-03-30 20:11:15 +02:00 committed by rlar
parent 0443a2690c
commit 9154ab103a
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}