Commit 39599757 authored by vaclav's avatar vaclav
Browse files

fix position of ivas_destroy_handle_isar()

parent 37b04cb2
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
    }