Unverified Commit 66db8855 authored by norvell's avatar norvell
Browse files

Add missing free for azimKSeq_Q_fx

parent ebda710c
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 );