Commit aa917d41 authored by vaclav's avatar vaclav
Browse files

set NULL pointer

parent 411f29d4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -812,7 +812,7 @@ cleanup:
    /* This free differs from float version.
       This is needed as HRTF statistics from ROM are currently converted from Word16 values to scaled Word32 values. */
#ifdef FIX_CREND_SIMPLIFY_CODE
    IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics;
    IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics = NULL;
    IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics );
    destroy_hrtf_statistics( hHrtfStatistics );
#else