Commit 6341c4e5 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'asan_enc_fix_evs' into 'main'

ASAN error fix for encoder

See merge request !1366
parents ca8df168 06cf345c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -612,10 +612,6 @@ ivas_error create_evs_sce_enc_fx(
    /*-----------------------------------------------------------------*
     * Bitstream
     *-----------------------------------------------------------------*/
    IF( ( st_fx->hBstr = (BSTR_ENC_HANDLE) malloc( sizeof( BSTR_ENC_DATA ) ) ) == NULL )
    {
        return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for Bitstream structure\n" ) );
    }

    /* set pointer to the buffer of indices */
    st_fx->hBstr->ind_list = st_ivas->ind_list;