fixed crash in case of framesLeft() being less or equal zero while instrument::playNote is being called

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.3@572 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-10-30 17:56:32 +00:00
parent d369b6c0bf
commit 337578b1ce
3 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2007-10-30 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/note_play_handle.cpp:
fixed crash in case of framesLeft() being less or equal zero while
instrument::playNote is being called (e.g. when decreasing release
while a note is active)
2007-10-08 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
merged some of Javiers recent changes to trunk: