]> git.puffer.fish Git - mirror/frr.git/commit
staticd: fixed memory leak on shudown 7375/head
authorvdhingra <vdhingra@vmware.com>
Fri, 23 Oct 2020 12:09:24 +0000 (05:09 -0700)
committervdhingra <vdhingra@vmware.com>
Fri, 30 Oct 2020 12:22:36 +0000 (05:22 -0700)
commit00fd790f1f1ae7f40037749eba24d1211426a244
tree26fffe8c9115d45e8fe79813f993c77d7e43ebd3
parenta927c1556df80af7a6b02b455f2819140a78189a
staticd: fixed memory leak on shudown

When shutdown triggered, info pointer pointing to
static_route_info was not getting released for
route_table and srcdest_table.

Signed-off-by: vishaldhingra <vdhingra@vmware.com>
staticd/static_memory.h
staticd/static_routes.c
staticd/static_vrf.c