Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0c008376
Commit
0c008376
authored
Jul 25, 2018
by
zhaozhao.zz
Committed by
antirez
Jul 30, 2018
Browse files
Streams: fix xdel memory leak
parent
dc600a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
0c008376
...
...
@@ -764,6 +764,7 @@ int streamDeleteItem(stream *s, streamID *id) {
streamIteratorRemoveEntry
(
&
si
,
&
myid
);
deleted
=
1
;
}
streamIteratorStop
(
&
si
);
return
deleted
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment