]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isis_spf.c
isisd: On shutdown leaking spf_timer thread data
authorDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 22:32:01 +0000 (17:32 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 23:17:27 +0000 (18:17 -0500)
commit8f15843bba7b0e0fef6479a4447ee333be3ea9e8
tree7601e0a514bcf3b0c6f8355194e2d537116dad02
parent8affc28e918f522b93f3a6ab76917501daf82ae8
isisd: On shutdown leaking spf_timer thread data

When isis is being shutdown the area->spf_timer thread has
special data assigned to that was never being freed.
Free this data.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
isisd/isis_spf.c
isisd/isis_spf.h
isisd/isisd.c