Commit eb0e5fe4 authored by zhaozhao.zz's avatar zhaozhao.zz
Browse files

Streams: fix xdel memory leak

parent 9fbd49bb
......@@ -757,6 +757,7 @@ int streamDeleteItem(stream *s, streamID *id) {
streamIteratorRemoveEntry(&si,&myid);
deleted = 1;
}
streamIteratorStop(&si);
return deleted;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment