Skip to content
Commit a2ead52f authored by Jonathan Matthew's avatar Jonathan Matthew 🐌
Browse files

rhythmdb: fix deadlock between db load and rhythmdb_add_uri_with_types

These took the entry lock (within rhythmdb-tree) and the stat lock
(within rhythmdb) in different orders, and so would deadlock if they
were unlucky enough to happen at the same time.

https://bugzilla.gnome.org/show_bug.cgi?id=678032
parent 58d8cd99
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