提交 046f70f7 编写于 作者: S smly

Fixed a small memory leak I found with valgrind

上级 76e772f3
......@@ -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.
先完成此消息的编辑!
想要评论请 注册