mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +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;
|
return;
|
||||||
|
|
||||||
stream_failure:
|
stream_failure:
|
||||||
|
stream_free(msgc);
|
||||||
zlog_err("%s:%d failed to registrate client pid", __FILE__, __LINE__);
|
zlog_err("%s:%d failed to registrate client pid", __FILE__, __LINE__);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user