mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 03:40:48 +00:00
zebra: free ptm message on error
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
aa8cb96489
commit
6d097bf15c
@ -1431,6 +1431,7 @@ static void _zebra_ptm_reroute(struct zserv *zs, struct zebra_vrf *zvrf,
|
||||
return;
|
||||
|
||||
stream_failure:
|
||||
stream_free(msgc);
|
||||
zlog_err("%s:%d failed to registrate client pid", __FILE__, __LINE__);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user