billthefarmer/mididriver

Doesn't compile in latest NDK

YoniTsafir opened this issue · 0 comments

Latest NDK version (15) shouts about using 'malloc' and 'free' in midi.cpp
Using new and delete[] solves the problem.