зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1736385 - Assert if mShutdown is true in destructor, r=necko-reviewers,jesup
Differential Revision: https://phabricator.services.mozilla.com/D185417
This commit is contained in:
Родитель
e1f55c565b
Коммит
537380474e
|
@ -164,6 +164,11 @@ CacheIOThread::CacheIOThread() {
|
|||
}
|
||||
|
||||
CacheIOThread::~CacheIOThread() {
|
||||
{
|
||||
MonitorAutoLock lock(mMonitor);
|
||||
MOZ_RELEASE_ASSERT(mShutdown);
|
||||
}
|
||||
|
||||
if (mXPCOMThread) {
|
||||
nsIThread* thread = mXPCOMThread;
|
||||
thread->Release();
|
||||
|
|
Загрузка…
Ссылка в новой задаче