зеркало из https://github.com/mozilla/pjs.git
Backing out mac change for dns shutdown because now that we shutdown we crash in OT!
This commit is contained in:
Родитель
c629a26564
Коммит
54b2b84073
|
@ -883,7 +883,7 @@ nsDNSService::Shutdown()
|
||||||
rv = mThread->Join();
|
rv = mThread->Join();
|
||||||
// Have to break the cycle here, otherwise nsDNSService holds onto the thread
|
// Have to break the cycle here, otherwise nsDNSService holds onto the thread
|
||||||
// and the thread holds onto the nsDNSService via its mRunnable
|
// and the thread holds onto the nsDNSService via its mRunnable
|
||||||
mThread = nsnull;
|
// mThread = nsnull;
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif defined(XP_PC)
|
#elif defined(XP_PC)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче