Commit 4303a216 authored by emerit's avatar emerit
Browse files

on going masa tests fix

parent 9236da2a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2711,7 +2711,11 @@ void ivas_destroy_dec(
    {
        ivas_td_binaural_close( &st_ivas->hBinRendererTd );
    }
#ifdef FIX_BINARY_BINAURAL_READING
    if ( st_ivas->hHrtfTD != NULL )
#else
    else if ( st_ivas->hHrtfTD != NULL )
#endif
    {
        BSplineModelEvalDealloc( &st_ivas->hHrtfTD->ModelParams, &st_ivas->hHrtfTD->ModelEval );