Loading lib_rend/ivas_hrtf_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,9 @@ void ivas_HRTF_td_binary_close_fx( free( ( *hHrtfTD )->ModelParams.azimKSeq_fx[i] ); } free( ( *hHrtfTD )->ModelParams.azimKSeq_fx ); #ifdef FIX_2235_TD_RENDERER_WORD16 free( ( *hHrtfTD )->ModelParams.azimKSeq_Q_fx ); #endif IF( ( *hHrtfTD )->ModelEval.hrfModR_fx != NULL ) { free( ( *hHrtfTD )->ModelEval.hrfModL_fx ); Loading Loading
lib_rend/ivas_hrtf_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,9 @@ void ivas_HRTF_td_binary_close_fx( free( ( *hHrtfTD )->ModelParams.azimKSeq_fx[i] ); } free( ( *hHrtfTD )->ModelParams.azimKSeq_fx ); #ifdef FIX_2235_TD_RENDERER_WORD16 free( ( *hHrtfTD )->ModelParams.azimKSeq_Q_fx ); #endif IF( ( *hHrtfTD )->ModelEval.hrfModR_fx != NULL ) { free( ( *hHrtfTD )->ModelEval.hrfModL_fx ); Loading