зеркало из https://github.com/mozilla/gecko-dev.git
Bug 873764 - Assert when CC runner isn't properly shut down. r=khuey
This commit is contained in:
Родитель
7d28842e83
Коммит
252d3b2eb6
|
@ -2538,6 +2538,7 @@ nsCycleCollector::nsCycleCollector(CCThreadingModel aModel) :
|
|||
|
||||
nsCycleCollector::~nsCycleCollector()
|
||||
{
|
||||
NS_ASSERTION(!mRunner, "Destroying cycle collector without destroying its runner, may leak");
|
||||
NS_UnregisterMemoryMultiReporter(mReporter);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче