From 58ac32e2d598b5dc45fa05b7a8a85b107571d697 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Tue, 1 Nov 2016 18:57:53 -0200 Subject: zebra/lib: plug several memleaks Signed-off-by: Renato Westphal --- lib/command.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index e8ba637623..acfcf68576 100644 --- a/lib/command.c +++ b/lib/command.c @@ -4436,4 +4436,6 @@ cmd_terminate () XFREE (MTYPE_HOST, host.motdfile); if (host.config) XFREE (MTYPE_HOST, host.config); + + qobj_finish (); } -- cgit v1.2.3