]> git.puffer.fish Git - mirror/frr.git/commit
pimd: fix memory leak and assign allocation type 18038/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 6 Feb 2025 13:14:55 +0000 (10:14 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 6 Feb 2025 13:17:19 +0000 (10:17 -0300)
commitd1440dadffe90dc743c5b83126b021d7a4a08766
tree652f1d76ebf718812f18e0724927256ffa2b4554
parenta02ec27693ddfa708ec1f62400af6cea533bf1e8
pimd: fix memory leak and assign allocation type

Use a memory allocation specific type for filter names (to help detect memory
leaks) and fix a memory leak when releasing peer memory.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
pimd/pim_memory.c
pimd/pim_memory.h
pimd/pim_msdp.c
pimd/pim_nb_config.c