Commit a0e0f483 authored by emerit's avatar emerit
Browse files

second fix build instrument

parent e03fb8b8
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -159,16 +159,24 @@ static void ivas_hrtf_close(
            for ( j = 0; j < MAX_INTERN_CHANNELS; j++ )
            {
                if ( ( *hHrtf )->pOut_to_bin_re[j][i] != NULL )
                {
                    free( ( *hHrtf )->pOut_to_bin_re[j][i] );
                }
                if ( ( *hHrtf )->pOut_to_bin_im[j][i] != NULL )
                {
                    free( ( *hHrtf )->pOut_to_bin_im[j][i] );
                }
            }
            if ( ( *hHrtf )->pOut_to_bin_diffuse_re[i] != NULL )
            {
                free( ( *hHrtf )->pOut_to_bin_diffuse_re[i] );
            }
            if ( ( *hHrtf )->pOut_to_bin_diffuse_im[i] != NULL )
            {
                free( ( *hHrtf )->pOut_to_bin_diffuse_im[i] );
            }
        }
    }
#endif

    free( *hHrtf );