Remove unneccessary lock causing a potential deadlock.
TBR=pbos@webrtc.org BUG=1667 Review URL: https://webrtc-codereview.appspot.com/28359004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7967 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a6f7ba6848
commit
50f7db8a77
@ -1406,7 +1406,6 @@ bool ViEChannel::Sending() {
|
||||
}
|
||||
|
||||
int32_t ViEChannel::StartReceive() {
|
||||
CriticalSectionScoped cs(callback_cs_.get());
|
||||
if (StartDecodeThread() != 0) {
|
||||
vie_receiver_.StopReceive();
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user