mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fixed a small memory leak I found with valgrind
This commit is contained in:
@@ -600,6 +600,7 @@ void process() {
|
||||
/* advance position */
|
||||
positions[0] = positions[1];
|
||||
}
|
||||
free(entry.key);
|
||||
}
|
||||
|
||||
/* because there is another potential error,
|
||||
|
||||
Reference in New Issue
Block a user