Skip to content

Commit

Permalink
Merge pull request #14591 from FRRouting/mergify/bp/dev/9.1/pr-14583
Browse files Browse the repository at this point in the history
bgpd: ecommunity_dup memory leak fix (backport #14583)
  • Loading branch information
donaldsharp authored Oct 13, 2023
2 parents 2837ce0 + 81884d4 commit 7afdb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bgpd/bgp_mplsvpn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1728,6 +1728,7 @@ void vpn_leak_from_vrf_update(struct bgp *to_bgp, /* to */
zlog_debug(
"%s: %s skipping: waiting for a valid per-label nexthop.",
__func__, from_bgp->name_pretty);
bgp_attr_flush(&static_attr);
return;
}
if (label_val == MPLS_LABEL_NONE)
Expand Down

0 comments on commit 7afdb33

Please sign in to comment.