]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Free memory associated with ospf instance startup
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 12:04:00 +0000 (08:04 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 Oct 2017 16:35:30 +0000 (12:35 -0400)
commit7f7f77a01b1b494f0e06f8567d3c491de2a79c2b
tree56dc34d9b3d27e37af93b8855bc8d0473296c85d
parent3e7a9652355b36da31911c4aed63250e0050b54b
ospfd: Free memory associated with ospf instance startup

We have memory that is initialized upon ospf instance
and area startup.  Free it up on shutdown.

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