fix leak of document bind info when uri loading is turned on.

This commit is contained in:
mscott%netscape.com 1999-12-02 09:37:36 +00:00
Родитель 6cf30a82f9
Коммит 9e871b728c
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -517,6 +517,8 @@ nsDocLoaderImpl::LoadOpenedDocument(nsIChannel * aOpenedChannel,
if (aCurrentLoadGroup.get() != mLoadGroup.get())
aOpenedChannel->SetLoadGroup(mLoadGroup);
}
NS_RELEASE(loader);
return rv;
}

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

@ -517,6 +517,8 @@ nsDocLoaderImpl::LoadOpenedDocument(nsIChannel * aOpenedChannel,
if (aCurrentLoadGroup.get() != mLoadGroup.get())
aOpenedChannel->SetLoadGroup(mLoadGroup);
}
NS_RELEASE(loader);
return rv;
}