]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix freeing of if_params struct
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 13 Oct 2020 19:52:12 +0000 (22:52 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 13 Oct 2020 19:52:12 +0000 (22:52 +0300)
commit2917d36bf9c6e33d535b298bd67ac8fd5337cc1b
treede989cf8bb8d25a17ccbd0015fd8defe4482faf7
parente7378cb1e93c935883bd15cdf512c0cea7615ce3
ospfd: fix freeing of if_params struct

Freeing of configuration structure should not depend on operational
variable.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospfd/ospf_interface.c