mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205177 - call fileHandleQueue->Finish if aFinish in FileHandleThreadPool::Enqueue. r=janv
MozReview-Commit-ID: H2CYKsDdPRL
This commit is contained in:
parent
872b50b01f
commit
60f0f60b82
@ -897,7 +897,7 @@ FileHandleThreadPool::Enqueue(FileHandle* aFileHandle,
|
||||
if (aFileHandleOp) {
|
||||
fileHandleQueue->Enqueue(aFileHandleOp);
|
||||
if (aFinish) {
|
||||
existingFileHandleQueue->Finish();
|
||||
fileHandleQueue->Finish();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user