118883: Fix a leak of nsHTMLCSSUtils. r=glazman sr=kin

This commit is contained in:
akkana@netscape.com
2002-08-07 00:02:10 +00:00
parent c410fcb962
commit 06ae1bb94e
2 changed files with 9 additions and 0 deletions

View File

@@ -307,6 +307,10 @@ nsHTMLCSSUtils::nsHTMLCSSUtils()
{
}
nsHTMLCSSUtils::~nsHTMLCSSUtils()
{
}
nsresult
nsHTMLCSSUtils::Init(nsHTMLEditor *aEditor)
{