Loading lib_dec/ivas_init_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading
lib_dec/ivas_init_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -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 ); Loading