Browse Source

com_option.c, mif_inp2.c: remove memory leaks

pre-master-46
h_vogt 10 years ago
committed by rlar
parent
commit
137f8e9641
  1. 1
      src/frontend/com_option.c
  2. 1
      src/xspice/mif/mif_inp2.c

1
src/frontend/com_option.c

@ -115,5 +115,6 @@ com_option(wordlist *wl)
cp_vset(vars->va_name, vars->va_type, s);
vars = vars->va_next;
}
free_struct_variable(vars);
}

1
src/xspice/mif/mif_inp2.c

@ -498,6 +498,7 @@ MIF_INP2A (
}
tfree(model);
tfree(next_token);
/* check connection constraints */

Loading…
Cancel
Save