diff --git a/ChangeLog b/ChangeLog index 61ffc4f5f..0e5d47119 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,7 +87,7 @@ * src/core/song.cpp: * src/core/track_container.cpp: * src/core/track.cpp: - Add locking to trackContainer::m_tracks and clean up some const-ness. + Add locking to trackContainer::m_tracks and clean up some const-ness This should fix most crashes causes by moving/adding TCOs. This also seems to fix the no-sound bug that I hate so much.