fix dup free in waves/midi:
authorRobin Gareus <robin@gareus.org>
Thu, 9 Oct 2014 07:48:54 +0000 (09:48 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 9 Oct 2014 07:48:54 +0000 (09:48 +0200)
commitb4cf5e279bdf9ab75144c876ad8a17241515b943
tree10613ee7e8670386f9f632371bbc2642cadd5cf6
parent4af4938c25b35080b2e5e71643d69fcf21d1eedd
fix dup free in waves/midi:

The PortMidi queue just holds a pointer to the midi events.
The same Midi events are free()d during WavesMidiBuffer::clear()
which is called at cycle start for every buffer and in the dtor
of the WavesMidiBuffer.
libs/backends/wavesaudio/waves_midi_device.cc