Commit d4b87c72 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Acoustic environments structure cleanup

parent 9651a959
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2881,6 +2881,14 @@ void ivas_destroy_dec(
        st_ivas->p_output_f[i] = NULL;
    }

#ifdef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT
    /* Acoustic environments*/
    if ( st_ivas->pAcousticEnvironments != NULL )
    {
        free( st_ivas->pAcousticEnvironments );
    }
#endif

    /* main IVAS handle */
    free( st_ivas );