mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +00:00
zebra: Delete the malloced memory under show zebra
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
9d1fec4c7e
commit
2e4e3ba10b
@ -4033,6 +4033,7 @@ DEFUN (show_zebra,
|
|||||||
vty_out(vty, "%s\n", out);
|
vty_out(vty, "%s\n", out);
|
||||||
XFREE(MTYPE_TMP, out);
|
XFREE(MTYPE_TMP, out);
|
||||||
|
|
||||||
|
ttable_del(table);
|
||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
" Route Route Neighbor LSP LSP\n");
|
" Route Route Neighbor LSP LSP\n");
|
||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
|
Loading…
Reference in New Issue
Block a user