mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:46:26 +00:00
lib: Free thread_master pointer after free
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
1a0a92ea3b
commit
e5716b1677
@ -886,6 +886,7 @@ void frr_fini(void)
|
||||
zprivs_terminate(di->privs);
|
||||
/* signal_init -> nothing needed */
|
||||
thread_master_free(master);
|
||||
master = NULL;
|
||||
closezlog();
|
||||
/* frrmod_init -> nothing needed / hooks */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user