Commit 77d6e565 authored by vaclav's avatar vaclav
Browse files

fix typo in hSCE deallocation

parent 6c37577c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ void ivas_destroy_enc(
        if ( st_ivas->hSCE[i] != NULL )
        {
            destroy_sce_enc( st_ivas->hSCE[i] );
            st_ivas->hSCE[0] = NULL;
            st_ivas->hSCE[i] = NULL;
        }
    }