diff --git a/src/cluster.c b/src/cluster.c index 77ec2f1b..9af7d521 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -5437,6 +5437,7 @@ int clusterRedirectBlockedClientIfNeeded(client *c) { clusterRedirectClient(c,node,slot, CLUSTER_REDIR_MOVED); } + dictReleaseIterator(di); return 1; } }