Commit 6ffe3827 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix sanitizer bug.

parent 481ef3d2
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1345,7 +1345,11 @@ void protoSignalComputation2(
    int16_t dipole_freq_range[2];
#ifdef FIX_FLOAT_1578_OMASA_REND_SPIKES
    float tempSpaced, tempDmx, tempDualMono;

    if ( stereo_type_detect != NULL )
    {
        max_band_diff_ene = min( stereo_type_detect->max_band_diff_ene, num_freq_bands ); /* Local version for correct maximum */
    }
#else
    float tempSpaced, tempDmx;
#endif