Index: webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c |
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 d59f7489ee782746c3aae636bb23bd1b4b6d4c9a..12a263d14cc1fc50dd7266a759e0a1cd6d227296 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) |