mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 20:34:33 +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);
|
zprivs_terminate(di->privs);
|
||||||
/* signal_init -> nothing needed */
|
/* signal_init -> nothing needed */
|
||||||
thread_master_free(master);
|
thread_master_free(master);
|
||||||
|
master = NULL;
|
||||||
closezlog();
|
closezlog();
|
||||||
/* frrmod_init -> nothing needed / hooks */
|
/* frrmod_init -> nothing needed / hooks */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user