Skip to content
Commit 897294f3 authored by Matěj Laitl's avatar Matěj Laitl
Browse files

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.

BUG: 230991
FIXED-IN: 2.7
parent 36962bc2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment