samtoth / MTK

A C++ API designed for Music Tools
https://samtoth.github.io/MTK/
GNU General Public License v3.0
0 stars 0 forks source link

MuDa files read/write operations leaking memory #8

Closed samtoth closed 4 years ago

samtoth commented 4 years ago

Valgrind show the read/write process of MuDa files is likely leaking memory. Fix this!

samtoth commented 4 years ago

Fixed by using c++ smart pointers over raw pointers