Browse Source

inpcom.c: plug memory leak

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
fe7a61c612
  1. 1
      src/frontend/inpcom.c

1
src/frontend/inpcom.c

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

Loading…
Cancel
Save