From 5f09efe70cc872a97c9db4c3a53455712548cad7 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 9 Nov 2020 17:11:57 -0500 Subject: ip6-nd: fix memory leaks Quite a noticeable amount of memory. Recoded ra event tx and rx fns in the usual manner, which terminated the leaks. Type: fix Signed-off-by: Dave Barach Change-Id: I486d348456b465ad3940a280d4cf489e8dd655a5 --- src/vlib/unix/cli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vlib/unix/cli.c') diff --git a/src/vlib/unix/cli.c b/src/vlib/unix/cli.c index 07ce414f616..9d26e6e7e34 100644 --- a/src/vlib/unix/cli.c +++ b/src/vlib/unix/cli.c @@ -2708,6 +2708,7 @@ unix_cli_kill (unix_cli_main_t * cm, uword cli_file_index) vec_free (cf->command_history[i]); vec_free (cf->command_history); + vec_free (cf->input_vector); clib_file_del (fm, uf); -- cgit 1.2.3-korg