mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 18:41:56 +00:00
babeld: Fix zclient cleanup on shutdown
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
85bf0f3237
commit
6b02aecba5
@ -400,4 +400,5 @@ void
|
|||||||
babel_zebra_close_connexion(void)
|
babel_zebra_close_connexion(void)
|
||||||
{
|
{
|
||||||
zclient_stop(zclient);
|
zclient_stop(zclient);
|
||||||
|
zclient_free(zclient);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user