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:
@ -1406,7 +1406,6 @@ bool ViEChannel::Sending() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int32_t ViEChannel::StartReceive() {
|
int32_t ViEChannel::StartReceive() {
|
||||||
CriticalSectionScoped cs(callback_cs_.get());
|
|
||||||
if (StartDecodeThread() != 0) {
|
if (StartDecodeThread() != 0) {
|
||||||
vie_receiver_.StopReceive();
|
vie_receiver_.StopReceive();
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user