diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-07-16 19:01:12 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-07-16 19:01:12 -0400 |
| commit | 2e4e3ba10b21abcf6fa89b0f1c1a8559bb0b4ce6 (patch) | |
| tree | 5e0280081a9d8042fdbe8d73d6fc0bff57cd99eb | |
| parent | 9d1fec4c7e1770e83eecb304a0cd807cb41186e9 (diff) | |
zebra: Delete the malloced memory under `show zebra`
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -rw-r--r-- | zebra/zebra_vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index e6038d0bc2..525e0366e7 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -4033,6 +4033,7 @@ DEFUN (show_zebra, vty_out(vty, "%s\n", out); XFREE(MTYPE_TMP, out); + ttable_del(table); vty_out(vty, " Route Route Neighbor LSP LSP\n"); vty_out(vty, |
