Skip to content

Commit

Permalink
zebra: Cleanup memory leaks on shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 54fcc73)
  • Loading branch information
donaldsharp authored and mergify[bot] committed Oct 13, 2022
1 parent 974bcf8 commit f40e627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ void zebra_finalize(struct thread *dummy)

zebra_router_terminate();

ns_terminate();
frr_fini();
exit(0);
}
Expand Down

0 comments on commit f40e627

Please sign in to comment.