Commit 411f29d4 authored by vaclav's avatar vaclav
Browse files

fix

parent 6ef955df
Loading
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -807,18 +807,14 @@ cleanup:
        destroy_hrtf_statistics( hHrtfStatistics );
#endif
    }

#ifdef FIX_1990_SANITIZER_IN_REVERB_LOAD
    // TODO:
    /* This free differs from float version.
       This is needed as HRTF statistics from ROM are currently converted from Word16 values to Word32 values. */
       This is needed as HRTF statistics from ROM are currently converted from Word16 values to scaled Word32 values. */
#ifdef FIX_CREND_SIMPLIFY_CODE
    else
    {
    IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics;
    IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics );
    destroy_hrtf_statistics( hHrtfStatistics );
    }
#else
    IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics );
    destroy_hrtf_statistics( hHrtfStatistics );