Commit e2981fb4 authored by emerit's avatar emerit
Browse files

fix unncessary free

parent b89b8674
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -949,9 +949,6 @@ static ivas_error TDREND_MIX_LoadHRTF(
    hrtf_data = (char *) malloc( hrtf_data_size_max );
    if ( hrtf_data == NULL )
    {
#ifdef FIX_BASOP_2201_HARMONIZE_HRTF_FILE_READER_CREND
        free( hrtf_data );
#endif
        return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Could not allocate memory for hrtf data" );
    }