Streams: fix xdel memory leak
This commit is contained in:
parent
401a231964
commit
3ca7a87947
@ -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