fixes bug 221431 "crash: @nsHTMLDocument::ResolveName" patch=keeda@hotpop.com r=darin sr=bz

This commit is contained in:
darin@meer.net
2003-10-07 18:20:58 +00:00
parent 6a068c20bf
commit b3abc505ba
2 changed files with 0 additions and 10 deletions

View File

@@ -1183,11 +1183,6 @@ nsParser::CancelParsingEvents()
}
mFlags &= ~NS_PARSER_FLAG_PENDING_CONTINUE_EVENT;
/* Since we are taking this off of the queue, we need to do the NS_RELEASE
* that nsParserContinueEvent::HandleEvent would have done.
*/
nsParser* me = this;
NS_RELEASE(me);
}
return NS_OK;
}