Loading lib_dec/lib_dec_fx.c +6 −0 Original line number Diff line number Diff line Loading @@ -412,11 +412,17 @@ void IVAS_DEC_Close( ( *phIvasDec )->hVoIP = NULL; } #ifndef IVAS_RTPDUMP /* destroy Split binaural renderer (ISAR) handle */ ivas_destroy_handle_isar( &( *phIvasDec )->st_ivas->hSplitBinRend ); #endif IF( ( *phIvasDec )->st_ivas ) { #ifdef IVAS_RTPDUMP /* destroy Split binaural renderer (ISAR) handle */ ivas_destroy_handle_isar( &( *phIvasDec )->st_ivas->hSplitBinRend ); #endif ivas_destroy_dec_fx( ( *phIvasDec )->st_ivas ); ( *phIvasDec )->st_ivas = NULL; } Loading Loading
lib_dec/lib_dec_fx.c +6 −0 Original line number Diff line number Diff line Loading @@ -412,11 +412,17 @@ void IVAS_DEC_Close( ( *phIvasDec )->hVoIP = NULL; } #ifndef IVAS_RTPDUMP /* destroy Split binaural renderer (ISAR) handle */ ivas_destroy_handle_isar( &( *phIvasDec )->st_ivas->hSplitBinRend ); #endif IF( ( *phIvasDec )->st_ivas ) { #ifdef IVAS_RTPDUMP /* destroy Split binaural renderer (ISAR) handle */ ivas_destroy_handle_isar( &( *phIvasDec )->st_ivas->hSplitBinRend ); #endif ivas_destroy_dec_fx( ( *phIvasDec )->st_ivas ); ( *phIvasDec )->st_ivas = NULL; } Loading