Skip to content

Commit a24391a

Browse files
committed
memory leak
1 parent d36ff6d commit a24391a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bgpd/bgp_vty.c

-1
Original file line numberDiff line numberDiff line change
@@ -16258,7 +16258,6 @@ static int bgp_show_neighbor_vty(struct vty *vty, const char *name,
1625816258
bgp_show_neighbor(vty, bgp, type, NULL, NULL, use_json,
1625916259
json);
1626016260
}
16261-
json_object_free(json);
1626216261
} else {
1626316262
if (use_json)
1626416263
vty_out(vty, "{}\n");

0 commit comments

Comments
 (0)