mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
ospfd: Fix leak of route_node
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
0760d3c963
commit
c2a2f37b65
@ -659,6 +659,7 @@ static int ospf_router_info_lsa_originate1(void *arg)
|
|||||||
if (top == NULL) {
|
if (top == NULL) {
|
||||||
zlog_debug("%s: ospf instance not found for vrf id %u",
|
zlog_debug("%s: ospf instance not found for vrf id %u",
|
||||||
__PRETTY_FUNCTION__, vrf_id);
|
__PRETTY_FUNCTION__, vrf_id);
|
||||||
|
ospf_lsa_unlock(&new);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user