com_option.c, mif_inp2.c: remove memory leaks
This commit is contained in:
parent
03b47b3e34
commit
137f8e9641
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -498,6 +498,7 @@ MIF_INP2A (
|
|||
}
|
||||
|
||||
tfree(model);
|
||||
tfree(next_token);
|
||||
|
||||
/* check connection constraints */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue