mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05: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…
Reference in New Issue
Block a user