pimd: Remove Double call of routemap_teriminate

"He's dead, Jim"

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-01-30 07:47:21 -05:00
parent 0df668666e
commit 59d4564e0f

View File

@ -87,10 +87,9 @@ static void pim_free()
if (qpim_static_route_list)
list_free(qpim_static_route_list);
pim_route_map_terminate();
pim_if_terminate ();
pim_rp_free ();
pim_route_map_terminate();
}