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

my previous checkin.


git-svn-id: svn://10.0.0.236/trunk@70622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com 2000-05-22 22:16:56 +00:00
parent ff299a7371
commit bf18c65a23
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;

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;