summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r--ospfd/ospfd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c
index 20cee713bd..ed1d8901fb 100644
--- a/ospfd/ospfd.c
+++ b/ospfd/ospfd.c
@@ -35,6 +35,7 @@
#include "plist.h"
#include "sockopt.h"
#include "bfd.h"
+#include "libfrr.h"
#include "defaults.h"
#include "ospfd/ospfd.h"
@@ -489,6 +490,8 @@ void ospf_terminate(void)
*/
zclient_stop(zclient);
zclient_free(zclient);
+
+ frr_fini();
}
void ospf_finish(struct ospf *ospf)