Commit 5813c4a0 authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "intentionally insert an asan error to test CI job"

This reverts commit 859ad67e.
parent a7050342
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -631,7 +631,7 @@ void ivas_mdct_core_whitening_enc(
        }
    }

    for ( ch = 0; ch < CPE_CHANNELS + 1; ch++ )
    for ( ch = 0; ch < CPE_CHANNELS; ch++ )
    {
        orig_spectrum[ch][0] = orig_spectrum_long[ch];
        orig_spectrum[ch][1] = orig_spectrum_long[ch] + N_TCX10_MAX;