summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proto/mrt/mrt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/mrt/mrt.c b/proto/mrt/mrt.c
index 5c457b6c..3e61a621 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