]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: More lists being leaked
authorDonald Sharp <sharpd@nvidia.com>
Thu, 19 Nov 2020 13:04:51 +0000 (08:04 -0500)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 27 Nov 2020 14:45:42 +0000 (17:45 +0300)
commit99d39d496026943e87bc6862ffeb2419bbb27cc5
treee5cf315455c779253b1515997c00b5ac0c797fee
parent40a7030e0c2f871f52855470d922c7faae93f69e
ospf6d: More lists being leaked

Apparently the person who wrote this code was big into
cut-n-paste.  Commit 710a61d57c8f1b0ea66a37f09bad2161d7e2ddb7
found the first instance, but upon code inspection this morning
it became evident that 2 other functions had the exact same
problem.

Fix.  Note I have not cleaned up the cut-n-paste code for
two reasons: a) I'm chasing something else b) this code
has been fairly un-maintained for a very long time.  No
need to start up now.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_snmp.c