From: Ondrej Zajicek (work) Date: Tue, 20 Nov 2018 16:40:12 +0000 (+0100) Subject: MRT: Fix bug in MRT table dump requested from CLI X-Git-Tag: v1.6.5~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1453ab7552cee47b94d78b9d843b747c1f74897c;p=thirdparty%2Fbird.git MRT: Fix bug in MRT table dump requested from CLI --- diff --git a/proto/mrt/mrt.c b/proto/mrt/mrt.c index 5c457b6c0..3e61a621a 100644 --- a/proto/mrt/mrt.c +++ b/proto/mrt/mrt.c @@ -668,7 +668,8 @@ mrt_dump_cont(struct cli *c) return; cli_printf(c, 0, ""); - c->cont = c->cleanup = NULL; + mrt_table_dump_free(c->rover); + c->cont = c->cleanup = c->rover = NULL; } static void