Skip to content
Commit ebf09553 authored by Milian Wolff's avatar Milian Wolff
Browse files

Always lock mutex in ItemRepository::finalCleanup

The code is clearly not thread safe and thus must always lock the
mutex. It is only used through the AbstractItemRepository API from
ItemRepositoryRegistry which definitely doesn't lock the item repo
lock, only the register mutex.
parent da81ad93
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