diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 19:43:38 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 19:48:38 +0100 | 
| commit | 53dc2b05c76f4f5cd6a72373fb241afdcedb2ee1 (patch) | |
| tree | d43e2f4f851f368dcc943a9b30e73ff603ea5bc1 /lib/command.c | |
| parent | 0577b824e137f143c899a567b1bbeb109841c796 (diff) | |
| parent | 8793176b5a180bff8e637ce7cba6005f880e8915 (diff) | |
Merge branch 'stable/2.0'
Conflicts:
	bgpd/bgp_route.c
	lib/if.c
	ripd/rip_interface.c
	zebra/interface.c
	zebra/zebra_vty.c
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 3c429ce1a7..f691cb599a 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2496,4 +2496,6 @@ cmd_terminate ()      XFREE (MTYPE_HOST, host.motdfile);    if (host.config)      XFREE (MTYPE_HOST, host.config); + +  qobj_finish ();  }  | 
