Merge pull request #5662 from qlyoung/fix-ptm-bfd-deregister-memleak

zebra: fix bfd deregister message memleak
This commit is contained in:
Mark Stapp 2020-01-10 16:59:20 -05:00 committed by GitHub
commit b4ae4a16e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1367,6 +1367,8 @@ static int _zebra_ptm_bfd_client_deregister(struct zserv *zs)
zebra_ptm_send_bfdd(msg);
stream_free(msg);
pp_free(pp);
return 0;