From 2b4dc78f7f16b4eceb8ea7b94e2c88cc9605a5b5 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 2 Jun 2017 17:24:01 +0000 Subject: [PATCH] lib: free varhandler on exit Signed-off-by: Quentin Young --- lib/command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/command.c b/lib/command.c index eb163f6189..38d28a1388 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2611,5 +2611,6 @@ cmd_terminate () if (host.config) XFREE (MTYPE_HOST, host.config); + list_delete (varhandlers); qobj_finish (); } -- 2.39.5