]> git.donarmstrong.com Git - lilypond.git/commit
Plug MIDI memory leak, and correct end-of-track issues.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Jan 2007 12:22:30 +0000 (13:22 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Jan 2007 12:22:30 +0000 (13:22 +0100)
commit9f1a0d54bb060ebcac66780f69e15e281a4c93e8
tree5e22914085a570774b4e8f6bc82a8b1c9db5b05c
parent684e8c983d8388417a00385d9b86b60bcc88c02b
Plug MIDI memory leak, and correct end-of-track issues.

Centralize midi item memory management.  Don't do side-effects in
destructor, but in explicit finalize() method.
lily/audio-staff.cc
lily/include/midi-item.hh
lily/include/midi-walker.hh
lily/midi-item.cc
lily/midi-walker.cc