diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-11-01 18:57:53 -0200 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2016-11-28 16:15:27 -0200 |
| commit | 58ac32e2d598b5dc45fa05b7a8a85b107571d697 (patch) | |
| tree | f55826dc4efaec046bd339e19bcfb13cdf672ae2 /lib/command.c | |
| parent | 0c6262ed6a2941c063aa2cf40107ef6b45d8628a (diff) | |
zebra/lib: plug several memleaks
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
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 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 (); } |
