Loading lib_dec/ivas_init_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading
lib_dec/ivas_init_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ); Loading