Revision 897294f...

Go back to digest for 7th October 2012

Bug Fixes in Multimedia

Matěj Laitl committed changes in [amarok] /:

Fix thread safety of SqlRegistry

Most notably the SqlRegistry::getTrack( const KUrl &url ) lacked the
locking, which was a source of data race conditions. I also added
locking to another method that was lacking it and cleaned up a bit
QMutexLocker usage.


FIXED-IN: 2.7

File Changes

Modified 3 files
  •   ChangeLog
  •   src/core-impl/collections/db/sql/SqlRegistry.cpp
  •   src/core-impl/collections/db/sql/SqlRegistry.h
3 files changed in total