gui: pdfworker: Explicitly unlock mutex, don't wait for destructor
This commit is contained in:
parent
d3fe08b64b
commit
e225fdad21
@ -46,6 +46,7 @@ struct Renderer
|
||||
result->setRenderHint(Poppler::Document::TextAntialiasing);
|
||||
QMutexLocker locker(&cacheMutex);
|
||||
documentcache.insert(path, result);
|
||||
locker.unlock();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Caricamento…
Fai riferimento in un nuovo problema
Block a user