Code Review
/
ep-engine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
MB-19278: Fix lock-order inversion on ActiveStream::streamMutex
[ep-engine.git]
/
src
/
dcp-stream.h
diff --git
a/src/dcp-stream.h
b/src/dcp-stream.h
index
3623677
..
5461e97
100644
(file)
--- a/
src/dcp-stream.h
+++ b/
src/dcp-stream.h
@@
-174,7
+174,6
@@
public:
uint64_t snap_end_seqno);
~ActiveStream() {
- LockHolder lh(streamMutex);
transitionState(STREAM_DEAD);
clear_UNLOCKED();
}