mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
Merge pull request #17192 from donaldsharp/bgp_bmp_stream_leak
bgpd: Do not leak a stream with bmp code
This commit is contained in:
commit
8ccd538847
@ -1982,6 +1982,8 @@ static void bmp_bgp_peer_vrf(struct bmp_bgp_peer *bbpeer, struct bgp *bgp)
|
||||
|
||||
bbpeer->open_tx_len = open_len;
|
||||
bbpeer->open_tx = bbpeer->open_rx;
|
||||
|
||||
stream_free(s);
|
||||
}
|
||||
|
||||
/* update the vrf status of the bmpbgp struct for vrf peer up/down
|
||||
|
Loading…
Reference in New Issue
Block a user