Commit ccb045cd authored by emerit's avatar emerit
Browse files

fix missing switch

parent 209c109c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -806,8 +806,13 @@ cleanup:
#ifdef FIX_1990_SANITIZER_IN_REVERB_LOAD
    /* This free differs from float version and is done always. This should be safe to do even though we leave a return
     * value as not handled. This is needed as HRTF statistics from ROM are currently converted from float values. */
#ifdef FIX_CREND_SIMPLIFY_CODE
    IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfBinary.hHrtfStatistics );
    destroy_hrtf_statistics( hHrtfBinary.hHrtfStatistics );
#else
    IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics );
    destroy_hrtf_statistics( hHrtfStatistics );
#endif
#endif

    IVAS_DEC_Close( &hIvasDec );