diff --git a/src/redis-benchmark.cpp b/src/redis-benchmark.cpp index a33ef2dab..59904947d 100644 --- a/src/redis-benchmark.cpp +++ b/src/redis-benchmark.cpp @@ -1984,7 +1984,6 @@ int main(int argc, const char **argv) { } while(config.loop); zfree(data); - zfree(data); if (config.redis_config != NULL) freeRedisConfig(config.redis_config); return 0;