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
parent 5acadfe0b9
commit 08c8e88004
2 changed files with 4 additions and 0 deletions

View File

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

View File

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