fix for preventing existing EFAP memories being reallocated
- Related issues: #832 (closed)
- Requested reviewers: @vaclav
Reason why this change is needed
- There was a memory leak due to the fact that the EFAP memories were being re-allocated.
Description of the change
- Add a condition to check whether the EFAP handle is already allocated before calling the EFAP initialization function.
Affected operating points
should be BE, fixes ASAN errors for OSBA decoder when output configuration triggers EFAP for the ISMs, e.g. stereo, MC
Related to #832 (closed)