uncovered leak exposes a crasher, this fixes it. r=waterson

This commit is contained in:
beard%netscape.com 2000-03-15 23:58:01 +00:00
Родитель 65c8f90af3
Коммит 762854d1ab
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -5882,7 +5882,7 @@ nsXULDocument::ParserObserver::ParserObserver(nsXULDocument* aDocument)
nsXULDocument::ParserObserver::~ParserObserver()
{
NS_RELEASE(mDocument);
NS_IF_RELEASE(mDocument);
}
NS_IMPL_ISUPPORTS(nsXULDocument::ParserObserver, NS_GET_IID(nsIStreamObserver));

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

@ -5882,7 +5882,7 @@ nsXULDocument::ParserObserver::ParserObserver(nsXULDocument* aDocument)
nsXULDocument::ParserObserver::~ParserObserver()
{
NS_RELEASE(mDocument);
NS_IF_RELEASE(mDocument);
}
NS_IMPL_ISUPPORTS(nsXULDocument::ParserObserver, NS_GET_IID(nsIStreamObserver));