mirror of https://mirror.osredm.com/root/redis.git
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 */
|
/* 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,
|
||||||
|
|
Loading…
Reference in New Issue