Resolve "FIX_1585_ASAN_FORMAT_SW_ALT / Format switching memory changes cause MSAN/ASAN errors in decoder usage"

Reason why this change is needed

  • Prevents attempting to free a garbage pointer if the decoder is opened and immediately closed

Description of the change

  • Set the pointer to NULL at init

Affected operating points

  • Decoder API

Merge request reports

Loading