--- linuxsampler/trunk/ChangeLog 2017/07/10 17:45:30 3303 +++ linuxsampler/trunk/ChangeLog 2017/07/11 15:50:05 3306 @@ -51,6 +51,9 @@ - Fixed invalid (note-on) event ID being assigned to new Note objects. - Revised fundamental C++ classes "Thread", "Mutex" and "Condition" which fixes potential undefined behavior. + - Fixed Note object leak when triggering notes on keys which did not + have a valid sample mapped (fixes bug #252). + - Fixed compilation errors when compiling with CONFIG_DEVMODE enabled. * packaging changes: - removed unnecessary dependency to libuuid