inpcom.c: plug memory leak

This commit is contained in:
h_vogt 2013-09-13 23:40:55 +02:00 committed by rlar
parent 7528d45740
commit fe7a61c612
1 changed files with 1 additions and 0 deletions

View File

@ -4044,6 +4044,7 @@ inp_reorder_params(struct names *subckt_w_params, struct line *deck, struct line
char *curr_line = c->li_line;
if (*curr_line == '*') {
prev_card = c;
c = c->li_next;
continue;
}