projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e6637
)
fix redis-benchmark memory leak
author
Premysl Hruby
<dfenze@gmail.com>
Sun, 26 Feb 2012 09:01:27 +0000
(10:01 +0100)
committer
Premysl Hruby
<dfenze@gmail.com>
Sun, 26 Feb 2012 09:01:27 +0000
(10:01 +0100)
src/redis-benchmark.c
patch
|
blob
|
blame
|
history
diff --git
a/src/redis-benchmark.c
b/src/redis-benchmark.c
index 36f27540fe6e0e685701a4edad772f685e322466..19eb49152c749a00774dda1a3a4d9d5681024865 100644
(file)
--- a/
src/redis-benchmark.c
+++ b/
src/redis-benchmark.c
@@
-196,6
+196,8
@@
static void readHandler(aeEventLoop *el, int fd, void *privdata, int mask) {
exit(1);
}
+ freeReplyObject(reply);
+
if (config.requests_finished < config.requests)
config.latency[config.requests_finished++] = c->latency;
c->pending--;