提交 d0dc3d82 编写于 作者: S Salvatore Sanfilippo

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

Memory leak in redis-check-dump
......@@ -600,6 +600,7 @@ void process() {
/* advance position */
positions[0] = positions[1];
}
free(entry.key);
}
/* because there is another potential error,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册