Fix coverity warning.

Review URL: https://webrtc-codereview.appspot.com/465002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1955 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
xians@webrtc.org 2012-03-29 13:59:24 +00:00
parent ac2ea030fc
commit f35f54bf68

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@ -187,7 +187,7 @@ MyMedia mpobj;
// ----------------------------------------------------------------------------
VoEUnitTest::VoEUnitTest(VoETestManager& mgr) :
_mgr(mgr), _extOnOff(false), _extBitsPerSample(-1) {
_mgr(mgr), _extOnOff(false), _extBitsPerSample(-1), _extChannel(0) {
for (int i = 0; i < 32; i++) {
_listening[i] = false;
_playing[i] = false;