diff --git a/gossipd/routing.c b/gossipd/routing.c index 08dfcb2f9..d4e66922f 100644 --- a/gossipd/routing.c +++ b/gossipd/routing.c @@ -223,6 +223,7 @@ static void memleak_help_routing_tables(struct htable *memtable, memleak_remove_htable(memtable, &rstate->pending_node_map->raw); memleak_remove_htable(memtable, &rstate->pending_cannouncements.raw); memleak_remove_htable(memtable, &rstate->local_chan_map.raw); + memleak_remove_uintmap(memtable, &rstate->unupdated_chanmap); for (n = node_map_first(rstate->nodes, &nit); n;