]> git.proxmox.com Git - mirror_frr.git/commit
ospf6d: Delete malloced on error path
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 20 Mar 2018 23:12:20 +0000 (19:12 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 20 Mar 2018 23:12:20 +0000 (19:12 -0400)
commit267bf505c5604e1b1c3629f08d068aef68ef5777
tree98385c7d26e6aa2686e1c8c6ebd8bb95ccb9765a
parent5410015a79405ea53517257d443870f9f8bcf9b9
ospf6d: Delete malloced on error path

We create route_to_del and then on the error path
we are not properly freeing it up.  Let's clean it
up for the goodness of mankind.

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