improve stability for Cache Manager and thumbnails and avoid race conditions.
preparation step 3 for making dcraw multithread safe.
This commit is contained in:
@@ -194,7 +194,7 @@ void CacheManager::renameEntry (const std::string& oldfilename, const std::strin
|
||||
t->setFileName (newfilename);
|
||||
openEntries[newfilename] = t;
|
||||
t->updateCache ();
|
||||
t->reSaveThumbnail ();
|
||||
t->saveThumbnail ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user