Skip to content

Commit

Permalink
Merge pull request FRRouting#17568 from FRRouting/mergify/bp/stable/1…
Browse files Browse the repository at this point in the history
…0.1/pr-17518

pimd: Fix access-list memory leak in pimd (backport FRRouting#17518)
  • Loading branch information
Jafaral authored Dec 4, 2024
2 parents 2708aaa + c9fa355 commit 0346ad2
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 0346ad2

Please sign in to comment.