Commit 571ad39a authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'asan_fix_jbm_dec_flush_renderer' into 'main'

ASAN fix for decoder

See merge request !1382
parents f66bba2c 88431b0f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2548,8 +2548,8 @@ ivas_error ivas_jbm_dec_flush_renderer_fx(
    Word16 n_slots_still_available;
    Word16 n_samples_to_render;
    DECODER_TC_BUFFER_HANDLE hTcBuffer;
    Word32 output_fx[MAX_CICP_CHANNELS][L_FRAME48k / MAX_PARAM_SPATIAL_SUBFRAMES];
    Word32 *p_output_fx[MAX_CICP_CHANNELS];
    Word32 output_fx[MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS][L_FRAME48k / MAX_PARAM_SPATIAL_SUBFRAMES];
    Word32 *p_output_fx[MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS];
    Word16 nchan_in, nchan_out;
    IF( !st_ivas->hDecoderConfig->Opt_tsm )
    {