subckt.c, doit(): fix another memory leak

This commit is contained in:
rlar 2012-04-14 10:30:13 +02:00
parent e3402554f0
commit bde3536ecc
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ doit(struct line *deck, wordlist *modnames) {
sss->su_next = subs;
subs = sss; /* Now that sss is built, assign it to subs */
line_free_x(last, FALSE);
last = c->li_next;
/*gp */