Forgot to checkin this file - This should have been a part of

my previous checkin.
This commit is contained in:
harishd@netscape.com
2000-05-22 22:16:56 +00:00
parent e141886cb2
commit 2a4e3369b7
2 changed files with 2 additions and 2 deletions

View File

@@ -1942,7 +1942,7 @@ nsHTMLDocument::Close()
NS_ConvertASCIItoUCS2("text/html"), PR_FALSE, PR_TRUE);
mWriteLevel--;
mIsWriting = 0;
NS_RELEASE(mParser);
NS_IF_RELEASE(mParser);
}
return NS_OK;