mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 13:32:13 +00:00
Fixed a small memory leak I found with valgrind
This commit is contained in:
parent
76e772f39a
commit
046f70f758
@ -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…
x
Reference in New Issue
Block a user