Loading lib_dec/lib_dec.c +6 −6 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 @@ -5361,11 +5361,11 @@ static void ivas_destroy_handle_isar( { free( ( *hSplitBinRend )->hCldfbDataOut ); ( *hSplitBinRend )->hCldfbDataOut = NULL; } free( ( *hSplitBinRend ) ); ( *hSplitBinRend ) = NULL; } } return; } Loading Loading
lib_dec/lib_dec.c +6 −6 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 @@ -5361,11 +5361,11 @@ static void ivas_destroy_handle_isar( { free( ( *hSplitBinRend )->hCldfbDataOut ); ( *hSplitBinRend )->hCldfbDataOut = NULL; } free( ( *hSplitBinRend ) ); ( *hSplitBinRend ) = NULL; } } return; } Loading