mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 10:38:05 +00:00
Merge pull request #5662 from qlyoung/fix-ptm-bfd-deregister-memleak
zebra: fix bfd deregister message memleak
This commit is contained in:
commit
b4ae4a16e4
@ -1367,6 +1367,8 @@ static int _zebra_ptm_bfd_client_deregister(struct zserv *zs)
|
|||||||
|
|
||||||
zebra_ptm_send_bfdd(msg);
|
zebra_ptm_send_bfdd(msg);
|
||||||
|
|
||||||
|
stream_free(msg);
|
||||||
|
|
||||||
pp_free(pp);
|
pp_free(pp);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user