diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 16:22:16 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 16:23:28 +0100 |
| commit | 8ab22cd4be4e31ca0859a4ec0a74f6a532d41335 (patch) | |
| tree | 9e9f7a7a991b9b166ff033268562881189e7ba12 /lib/command.c | |
| parent | b6a9e7b4878f76306ca2b25960cb52805794c8a5 (diff) | |
| parent | f4f59de462018e48c639978cfe57cf4301a0d209 (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.c | 2 |
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 (); } |
