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

This commit is contained in:
antirez 2011-10-19 16:42:35 +02:00
commit b51531d22a

View File

@ -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,