Skip to content

Commit

Permalink
Merge pull request FRRouting#17518 from csiltala/fix-pimd-acl-memleak
Browse files Browse the repository at this point in the history
pimd: Fix access-list memory leak in pimd
  • Loading branch information
ton31337 authored Dec 3, 2024
2 parents 71f9899 + d21a993 commit 267dc19
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 @@ -147,6 +148,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 267dc19

Please sign in to comment.