]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix json object handling
authorMartin Winter <mwinter@opensourcerouting.org>
Fri, 8 Oct 2021 17:19:53 +0000 (19:19 +0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 11 Oct 2021 21:28:09 +0000 (18:28 -0300)
commit690c3134a4f5657bce8d533d8459c2e9e1dcfe86
tree0f31964b5da00449ecebebf441cd3cf8b6adc2df
parent16c3485e74ff75ab8caa907d6fb06d7173ecbd32
bgpd: fix json object handling

Fix memory leaks when quitting early and double free when headers are
not set.

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
bgpd/bgp_route.c