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:
stefan@webrtc.org 2014-12-19 17:55:20 +00:00
parent a6f7ba6848
commit 50f7db8a77

View File

@ -1406,7 +1406,6 @@ bool ViEChannel::Sending() {
}
int32_t ViEChannel::StartReceive() {
CriticalSectionScoped cs(callback_cs_.get());
if (StartDecodeThread() != 0) {
vie_receiver_.StopReceive();
return -1;