diff --git a/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c b/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c index d59f7489ee..12a263d14c 100644 --- a/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c +++ b/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c @@ -440,7 +440,7 @@ WebRtcIsac_CorrelateInterVec( int16_t rowCntr; int16_t colCntr; int16_t interVecDim; - double myVec[UB16_LPC_VEC_PER_FRAME]; + double myVec[UB16_LPC_VEC_PER_FRAME] = {0.0}; const double* interVecDecorrMat; switch(bandwidth)