Remove double free in keydb-benchmark
Former-commit-id: b4528b797de8ea81d4bfabbfd86231c6a904e7f4
This commit is contained in:
parent
b38157b581
commit
d652b13a32
@ -1984,7 +1984,6 @@ int main(int argc, const char **argv) {
|
|||||||
} while(config.loop);
|
} while(config.loop);
|
||||||
zfree(data);
|
zfree(data);
|
||||||
|
|
||||||
zfree(data);
|
|
||||||
if (config.redis_config != NULL) freeRedisConfig(config.redis_config);
|
if (config.redis_config != NULL) freeRedisConfig(config.redis_config);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user