]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Squash some more memory leaks
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 2 Aug 2017 17:16:51 +0000 (13:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 2 Aug 2017 19:39:10 +0000 (15:39 -0400)
commit69ccd63e57762dd45ed8fd81b76b94948b58b506
treef7eadfe5b69d517d2f873636f084717abbef6b41
parentdacb17162a71369249ac0703a31ee7983fe37b6d
pimd: Squash some more memory leaks

When a interface is flapped we were leaking some memory
associated with link lists.  Especially in the jp_agg
code.  If your network was/is stable and you are not
running at any scale you probably would not see this
as impactful at all.

Ticket: CM-16392
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_iface.c
pimd/pim_igmp.c
pimd/pim_instance.c
pimd/pim_jp_agg.c
pimd/pim_msdp.c
pimd/pim_oil.c
pimd/pim_ssmpingd.c