Skip to content

Commit

Permalink
Merge pull request #17564 from FRRouting/mergify/bp/stable/10.0/pr-17518
Browse files Browse the repository at this point in the history
pimd: Fix access-list memory leak in pimd (backport #17518)
  • Loading branch information
Jafaral authored Dec 4, 2024
2 parents f9b320d + db1cb06 commit 934b67b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pimd/pimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "vrf.h"
#include "lib_errors.h"
#include "bfd.h"
#include "filter.h"

#include "pimd.h"
#if PIM_IPV == 4
Expand Down Expand Up @@ -143,6 +144,7 @@ void pim_terminate(void)
prefix_list_add_hook(NULL);
prefix_list_delete_hook(NULL);
prefix_list_reset();
access_list_reset();

pim_vxlan_terminate();
pim_vrf_terminate();
Expand Down

0 comments on commit 934b67b

Please sign in to comment.