Commit 4486d1b0 authored by vaclav's avatar vaclav
Browse files

fix

parent b401a8eb
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -2686,9 +2686,6 @@ void ivas_destroy_dec(
    ivas_binRenderer_close( &st_ivas->hBinRenderer );

#ifdef SPLIT_REND_WITH_HEAD_ROT
    /* Split binaural renderer handle */
    ISAR_PRE_REND_close( &st_ivas->hSplitBinRend->splitrend, NULL );

    /* TD binaural renderer handles */
    for ( i = 0; i < MAX_HEAD_ROT_POSES - 1; ++i )
    {
@@ -2698,12 +2695,6 @@ void ivas_destroy_dec(
            ivas_td_binaural_close( &st_ivas->hTdRendHandles[i] );
        }
    }

    if ( st_ivas->hSplitBinRend->hCldfbDataOut != NULL )
    {
        free( st_ivas->hSplitBinRend->hCldfbDataOut );
        st_ivas->hSplitBinRend->hCldfbDataOut = NULL;
    }
#endif

    /* Parametric binaural renderer handle */