projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
12a14e8
)
Bug #400177: Memory leak in replication_mget_test
author
Trond Norbye
<trond.norbye@sun.com>
Thu, 16 Jul 2009 11:28:19 +0000
(13:28 +0200)
committer
Trond Norbye
<trond.norbye@sun.com>
Thu, 16 Jul 2009 11:28:19 +0000
(13:28 +0200)
tests/function.c
patch
|
blob
|
history
diff --git
a/tests/function.c
b/tests/function.c
index eba15993b243f7d6827b352146cce9c97a096223..dc373e7bb5d012d99484e21a537d53ffa15de733 100644
(file)
--- a/
tests/function.c
+++ b/
tests/function.c
@@
-3737,6
+3737,8
@@
static test_return replication_mget_test(memcached_st *memc)
memcached_free(new_clone);
}
+ memcached_free(memc_clone);
+
return TEST_SUCCESS;
}