summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-12-05 16:22:16 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-12-05 16:23:28 +0100
commit8ab22cd4be4e31ca0859a4ec0a74f6a532d41335 (patch)
tree9e9f7a7a991b9b166ff033268562881189e7ba12 /lib/command.c
parentb6a9e7b4878f76306ca2b25960cb52805794c8a5 (diff)
parentf4f59de462018e48c639978cfe57cf4301a0d209 (diff)
Merge branch '-renato' into stable/2.0
This contains bgp memory leak fixes as well as cleanups to VRF/namespace handling and has been run through extended testing in Cumulus' testbed: Tested-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c
index cfadfcef62..0b0614b806 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 ();
}