]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Cleanup ref counting
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 Mar 2017 19:56:54 +0000 (15:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 Mar 2017 23:00:42 +0000 (19:00 -0400)
commit7eb9068901571e0dcd23ce887bdc3e018683f298
tree90260464061167437d5e773442c959c94bba09b6
parentbc72292aeb24d161e634c0b9dc0df072dd882faf
pimd: Cleanup ref counting

pim_jp_agg list should not ref count pim_upstream as that
the deletion of pim_upstream deletion should remove
the pim_upstream from the j/p agg list.

Cleanup a memory leag of jag

Make comparison of js cleaner in add_group

Move THREAD_OFF to before the neighbor find.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_jp_agg.c
pimd/pim_upstream.c