diff options
| author | Russ White <russ@riw.us> | 2023-12-05 14:02:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 14:02:35 -0500 |
| commit | 03e3b34b4df8d6ca67c2a33f16c4d1b4501a72b1 (patch) | |
| tree | 44cfade25a98180b6f4ae1235539520598bc13ed /ospfd/ospf_ri.c | |
| parent | 83018e2178a90069ad909fdf6da06a93b8a595d2 (diff) | |
| parent | 3e2f053b12371c71d8f7c21a4df68d21d4682637 (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.c | 1 |
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); |
