]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_vty.c
ospfd: Fix memory leak when not using json
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Nov 2016 13:23:11 +0000 (08:23 -0500)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 1 Dec 2016 15:28:12 +0000 (16:28 +0100)
commit0cad6e2653d8b00e8c073765756224fa7bb62e59
tree12e1c2dadc7b2018b706961cb54bd80b31b41dd1
parent6d19ff21152f79e063bc437424756aa07ae0fde6
ospfd: Fix memory leak when not using json

When doing a show command under ospf, if
not using json we would have a small memory
leak in show_ip_ospf_common.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit 50750712b1ac8364e290c67782eaf371025dc59e)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospfd/ospf_vty.c