remove tiny memory leaks in inp_compat()

This commit is contained in:
Holger Vogt 2018-01-27 14:04:58 +01:00
parent 5f5eacc48e
commit 57156e16f6
1 changed files with 2 additions and 0 deletions

View File

@ -4509,7 +4509,9 @@ inp_compat(struct card *card)
card = insert_new_line(card, ckt_array[i], 0, 0);
tfree(firstno);
tfree(secondno);
tfree(lastlastno);
tfree(expression);
tfree(title_tok);
tfree(node1);
tfree(node2);