Skip to content

Commit

Permalink
fix memory leak: issue #543
Browse files Browse the repository at this point in the history
  • Loading branch information
sewenew committed Jan 31, 2024
1 parent 0c360ea commit 92c2ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sw/redis++/async_redis_cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -1279,9 +1279,9 @@ class AsyncRedisCluster {
std::forward<Callback>(cb), formatter, std::forward<Key>(key), std::forward<Args>(args)...);
}

AsyncShardsPoolSPtr _pool;

EventLoopSPtr _loop;

AsyncShardsPoolSPtr _pool;
};

}
Expand Down

0 comments on commit 92c2ab3

Please sign in to comment.