bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.

This commit is contained in:
rpotts%netscape.com 1999-10-19 19:42:55 +00:00
Родитель 5acadfe0b9
Коммит 08c8e88004
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -675,6 +675,8 @@ nsDocLoaderImpl::Destroy()
// Clear factory pointer (which is the docloader)
(void)mLoadGroup->SetGroupListenerFactory(nsnull);
mLoadGroup->SetGroupObserver(nsnull);
return NS_OK;
}

Просмотреть файл

@ -675,6 +675,8 @@ nsDocLoaderImpl::Destroy()
// Clear factory pointer (which is the docloader)
(void)mLoadGroup->SetGroupListenerFactory(nsnull);
mLoadGroup->SetGroupObserver(nsnull);
return NS_OK;
}