]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Cleanup ospf->redist and ospf->external on shutdown
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 27 Feb 2019 20:08:29 +0000 (15:08 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 22 Jun 2019 17:58:30 +0000 (13:58 -0400)
commit1d753551691db50c90ec5d3a356a8eb568b934b2
tree22a8a1b462a180890e1c34d7bb7eb260ee87f184
parenta12bb225a6681b7e7eb0aac105cbc8b745675131
ospfd: Cleanup ospf->redist and ospf->external on shutdown

These two data types were written to handle redistribute
and external data types.  On shutdown cleanup the memory
allocated to these if we are doing redistribution.

This was found using valgrind.

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