Commit 8f2af26c authored by antirez's avatar antirez
Browse files

Merge remote-tracking branch 'origin/unstable' into unstable

parents 15108778 d0dc3d82
...@@ -600,6 +600,7 @@ void process() { ...@@ -600,6 +600,7 @@ void process() {
/* advance position */ /* advance position */
positions[0] = positions[1]; positions[0] = positions[1];
} }
free(entry.key);
} }
/* because there is another potential error, /* 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