diff --git a/hircluster.c b/hircluster.c index b051936..10b1ce4 100644 --- a/hircluster.c +++ b/hircluster.c @@ -4944,6 +4944,8 @@ void redisClusterAsyncDisconnect(redisClusterAsyncContext *acc) { node->acon = NULL; } + + dictReleaseIterator(di); } void redisClusterAsyncFree(redisClusterAsyncContext *acc)