mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Streams: fix xdel memory leak
This commit is contained in:
@@ -757,6 +757,7 @@ int streamDeleteItem(stream *s, streamID *id) {
|
||||
streamIteratorRemoveEntry(&si,&myid);
|
||||
deleted = 1;
|
||||
}
|
||||
streamIteratorStop(&si);
|
||||
return deleted;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user