Skip to content

Basop 2249 memory leak in sba to binaural room reverb with memory instrumentation

  • Related issues:
  • Requested reviewers:

Reason why this change is needed

see #2249

Description of the change

Create a new function "ivas_HRTF_statistics_destroy_fx( hHrtfStatistics );" in ivas_hrtf_fx.c (lib_rend), allowing freeding function to be parsed by python script scripts/prepare_mem_dryrun.py

Affected operating points

  • Describe here as well as possible what operating points are affected and how
  • In minimum, there should be a status for bitstream compatibility and output bit exactness
  • For bitstream compatibility, the following levels are helpful for describing encoder
    1. Produced bitstream is BE compared to previous state.
    2. Produced bitstream is non-BE but it is fully backwards compatible for decoding. Decoded output may differ.
    3. Produced bitstream is non-BC. Old decoder cannot decode the produced bitstream correctly.
  • For output difference, use BE or non-BE. Additionally, amount of difference can be presented.

Merge request reports

Loading