ddiakopoulos / libnyquist

:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
BSD 2-Clause "Simplified" License
534 stars 64 forks source link

Fixes #54 #55

Closed phniix closed 2 years ago

phniix commented 2 years ago

Fixes https://github.com/ddiakopoulos/libnyquist/issues/54 This fix replaces the delete operator with std::free() for the clean up of the allocated memory on info.buffer.