Merge with b989fba4c24c34873648df6871da4d0d8cb0a6d1
This commit is contained in:
@@ -46,6 +46,9 @@ bool ProfileStore::init () {
|
||||
|
||||
ProfileStore::~ProfileStore () {
|
||||
|
||||
if (storeState == STORESTATE_NOTINITIALIZED)
|
||||
return;
|
||||
|
||||
// This lock prevent object's suppression while scanning the directories
|
||||
storeState = STORESTATE_DELETED;
|
||||
MyMutex::MyLock lock(*parseMutex);
|
||||
|
Reference in New Issue
Block a user