]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: When showing a lcommunity free alloced memory
authorDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 21:29:16 +0000 (16:29 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 21:29:16 +0000 (16:29 -0500)
commit4f28b2b59e4a203e84aab230e285665ad1a4360e
tree7259e897bcef156dc2476c46c0e62e67b72938a2
parent15675d025dc024733a532e1a9ad19c59df4ba73d
bgpd: When showing a lcommunity free alloced memory

We are temporarily allocing memory to show lcommunity
information.  We then immediately drop it.  Account for
that memory properly.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_route.c