mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Merge pull request #146 from smly/fixed-redis-check-dump
Memory leak in redis-check-dump
This commit is contained in:
commit
d0dc3d8204
@ -600,6 +600,7 @@ void process() {
|
||||
/* advance position */
|
||||
positions[0] = positions[1];
|
||||
}
|
||||
free(entry.key);
|
||||
}
|
||||
|
||||
/* because there is another potential error,
|
||||
|
Loading…
x
Reference in New Issue
Block a user