Commit 046f70f7 authored by smly's avatar smly
Browse files

Fixed a small memory leak I found with valgrind

parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment