Merge pull request #146 from smly/fixed-redis-check-dump

Memory leak in redis-check-dump
This commit is contained in:
Salvatore Sanfilippo 2011-10-18 05:13:25 -07:00
commit d0dc3d8204
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ void process() {
/* advance position */
positions[0] = positions[1];
}
free(entry.key);
}
/* because there is another potential error,