back out last change temporarily until we can fix leak

This commit is contained in:
morse%netscape.com 1999-12-17 04:05:53 +00:00
parent 198d0d7862
commit 938c7ea840
2 changed files with 4 additions and 2 deletions

View File

@ -878,7 +878,8 @@ nsDocLoaderImpl::OnStartRequest(nsIChannel *aChannel, nsISupports *aCtxt)
// This channel is associated with the entire document...
mDocumentChannel = aChannel;
mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
// omit next line until we can figure out why it causes a leak
// mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
FireOnStartDocumentLoad(this, uri);
}
else {

View File

@ -878,7 +878,8 @@ nsDocLoaderImpl::OnStartRequest(nsIChannel *aChannel, nsISupports *aCtxt)
// This channel is associated with the entire document...
mDocumentChannel = aChannel;
mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
// omit next line until we can figure out why it causes a leak
// mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
FireOnStartDocumentLoad(this, uri);
}
else {