From: smly Date: Tue, 18 Oct 2011 11:18:26 +0000 (+0900) Subject: Fixed a small memory leak I found with valgrind X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/046f70f758a263052a044f78e808a5ebf2bc24ca?ds=sidebyside;hp=-c Fixed a small memory leak I found with valgrind --- 046f70f758a263052a044f78e808a5ebf2bc24ca diff --git a/src/redis-check-dump.c b/src/redis-check-dump.c index 3fc17b67..77be686c 100644 --- a/src/redis-check-dump.c +++ b/src/redis-check-dump.c @@ -600,6 +600,7 @@ void process() { /* advance position */ positions[0] = positions[1]; } + free(entry.key); } /* because there is another potential error,