Index: modules/audio_coding/neteq/preemptive_expand.c |
diff --git a/modules/audio_coding/neteq/preemptive_expand.c b/modules/audio_coding/neteq/preemptive_expand.c |
index d4e37521684ae17b9e4c8b39d256e2c74e381724..94ef707376ece7da1f8d45afe79d8e054c65c169 100644 |
--- a/modules/audio_coding/neteq/preemptive_expand.c |
+++ b/modules/audio_coding/neteq/preemptive_expand.c |
@@ -91,7 +91,7 @@ int WebRtcNetEQ_PreEmptiveExpand(DSPInst_t *inst, |
WebRtc_Word16 pw16_corr[PREEMPTIVE_CORR_LEN]; |
#endif |
WebRtc_Word16 w16_decodedMax = 0; |
- WebRtc_Word16 w16_tmp; |
+ WebRtc_Word16 w16_tmp = 0; |
WebRtc_Word16 w16_tmp2; |
WebRtc_Word32 w32_tmp; |
WebRtc_Word32 w32_tmp2; |
@@ -522,4 +522,3 @@ int WebRtcNetEQ_PreEmptiveExpand(DSPInst_t *inst, |
#undef SCRATCH_PW16_DS_SPEECH |
#undef SCRATCH_PW32_CORR |
#undef SCRATCH_PW16_CORR |
- |