MPEG-H 3D Audio Low Complexity Profile Decoder. Encoder: https://github.com/ittiam-systems/libmpeghe Contact: mob-audio@ittiam.com
BSD 3-Clause Clear License
88
stars
18
forks
source link
Fix valgrind memcheck issues #31
Closed
amiartus closed 1 year ago
Hello,
I have ran a valgrind memcheck on various mha, mhas files and found it to report 2 potential errors:
possible code paths in if evaluation depend on uninitialized values memory not freed
, please consider following PR to fix the issues.