]> git.puffer.fish Git - mirror/frr.git/commit
pimd: fix interface info memory leak 10410/head
authorIgor Ryzhov <iryzhov@nfware.com>
Sun, 23 Jan 2022 21:17:48 +0000 (00:17 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 24 Jan 2022 17:14:18 +0000 (20:14 +0300)
commit3c10fb92c193d3b28537cfe138702693a382e97d
tree57a73cf2dc5020ed8a3623ca272b47dc547ce297
parent6b88faa7ffadbcb159025faf114fe2e4123e8d48
pimd: fix interface info memory leak

When the interface is deleted from the system, its info must be freed.

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