diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-09 16:09:48 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-10 12:31:36 -0400 |
| commit | c2a2f37b6590ed8fdb3447781c76b9aee3b4b7f5 (patch) | |
| tree | b6c6b06157b6e4b6b4ce2c7130fcabffc78e0b1a /ospfd/ospf_ri.c | |
| parent | 0760d3c963cd2918982cb6341db04df394dfab39 (diff) | |
ospfd: Fix leak of route_node
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_ri.c')
| -rw-r--r-- | ospfd/ospf_ri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c index d5769c866e..69f6883186 100644 --- a/ospfd/ospf_ri.c +++ b/ospfd/ospf_ri.c @@ -659,6 +659,7 @@ static int ospf_router_info_lsa_originate1(void *arg) if (top == NULL) { zlog_debug("%s: ospf instance not found for vrf id %u", __PRETTY_FUNCTION__, vrf_id); + ospf_lsa_unlock(&new); return rc; } |
