mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Streams: fix xdel memory leak
This commit is contained in:
parent
9fbd49bbaf
commit
eb0e5fe4e3
@ -757,6 +757,7 @@ int streamDeleteItem(stream *s, streamID *id) {
|
||||
streamIteratorRemoveEntry(&si,&myid);
|
||||
deleted = 1;
|
||||
}
|
||||
streamIteratorStop(&si);
|
||||
return deleted;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user