Fixed a small memory leak I found with valgrind

This commit is contained in:
smly
2011-10-18 20:18:26 +09:00
committed by antirez
parent 98f5abb6e3
commit 1270a13667

View File

@@ -600,6 +600,7 @@ void process() {
/* advance position */
positions[0] = positions[1];
}
free(entry.key);
}
/* because there is another potential error,