Commit 3251fe8d authored by vaclav's avatar vaclav
Browse files

revert a condition removal

parent 816ea773
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2699,9 +2699,11 @@ void ivas_destroy_dec(
    ivas_combined_orientation_close( &st_ivas->hCombinedOrientationData );

    /* Time Domain binaural renderer handle */
    if ( st_ivas->hBinRendererTd != NULL )
    {
        ivas_td_binaural_close( &st_ivas->hBinRendererTd );

    if ( st_ivas->hHrtfTD != NULL )
    }
    else if ( st_ivas->hHrtfTD != NULL )
    {
        BSplineModelEvalDealloc( &st_ivas->hHrtfTD->ModelParams, &st_ivas->hHrtfTD->ModelEval );