Skip to content

Commit

Permalink
memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
rzalamena committed Aug 8, 2024
1 parent d304714 commit 6c955a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -16258,7 +16258,6 @@ static int bgp_show_neighbor_vty(struct vty *vty, const char *name,
bgp_show_neighbor(vty, bgp, type, NULL, NULL, use_json,
json);
}
json_object_free(json);
} else {
if (use_json)
vty_out(vty, "{}\n");
Expand Down

0 comments on commit 6c955a9

Please sign in to comment.