Loading lib_dec/lib_dec.c +3 −3 Original line number Diff line number Diff line Loading @@ -352,11 +352,11 @@ void IVAS_DEC_Close( ( *phIvasDec )->hVoIP = NULL; } if ( ( *phIvasDec )->st_ivas ) { /* destroy Split binaural renderer (ISAR) handle */ ivas_destroy_handle_isar( &( *phIvasDec )->st_ivas->hSplitBinRend ); if ( ( *phIvasDec )->st_ivas ) { ivas_destroy_dec( ( *phIvasDec )->st_ivas ); ( *phIvasDec )->st_ivas = NULL; } Loading Loading
lib_dec/lib_dec.c +3 −3 Original line number Diff line number Diff line Loading @@ -352,11 +352,11 @@ void IVAS_DEC_Close( ( *phIvasDec )->hVoIP = NULL; } if ( ( *phIvasDec )->st_ivas ) { /* destroy Split binaural renderer (ISAR) handle */ ivas_destroy_handle_isar( &( *phIvasDec )->st_ivas->hSplitBinRend ); if ( ( *phIvasDec )->st_ivas ) { ivas_destroy_dec( ( *phIvasDec )->st_ivas ); ( *phIvasDec )->st_ivas = NULL; } Loading