1552 : Initialize rtp handle to avoid crash on free in non rtp VOIP case
- Related issues: 1552
- Requested reviewers: @sagnowski
Running the self-test with DEBUGGING enabled seems to silently fail in decoder for many (maybe all) JBM test cases. Return code from pytest is -11
Description of the change
- IVAS_RTP_Term is invoked on un-initialised handle in printBitstreamInfoVoip in DEBUGGING enabled case.
- Fix initialised the handle memory such that crash is prevented
Affected operating points
- Produced bitstream is BE compared to previous state.
Related to #1552 (closed)