Removed deadlock in output stream deletion
This commit is contained in:
parent
e973f14884
commit
3c16e33453
@ -447,7 +447,6 @@ void StreamMgr::stopStream(const StreamType t) {
|
||||
if (!_outputStream) {
|
||||
throw rte("Output stream is not running");
|
||||
}
|
||||
Lck lck(_mtx);
|
||||
_outputStream.reset();
|
||||
} // end else
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user