summaryrefslogtreecommitdiff
path: root/ospfd/ospf_ri.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-12-05 14:02:35 -0500
committerGitHub <noreply@github.com>2023-12-05 14:02:35 -0500
commit03e3b34b4df8d6ca67c2a33f16c4d1b4501a72b1 (patch)
tree44cfade25a98180b6f4ae1235539520598bc13ed /ospfd/ospf_ri.c
parent83018e2178a90069ad909fdf6da06a93b8a595d2 (diff)
parent3e2f053b12371c71d8f7c21a4df68d21d4682637 (diff)
Merge pull request #14870 from opensourcerouting/ospfd-shutdown-leaks
ospfd: fix deferred shutdown handling
Diffstat (limited to 'ospfd/ospf_ri.c')
-rw-r--r--ospfd/ospf_ri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c
index 725443f490..c6aaf3f5a0 100644
--- a/ospfd/ospf_ri.c
+++ b/ospfd/ospf_ri.c
@@ -153,6 +153,7 @@ static int ospf_router_info_unregister(void)
void ospf_router_info_term(void)
{
+ list_delete(&OspfRI.area_info);
list_delete(&OspfRI.pce_info.pce_domain);
list_delete(&OspfRI.pce_info.pce_neighbor);