r=dbaron,rs=hyatt
Do not delete ref counted object.
This commit is contained in:
blythe%netscape.com 2002-01-24 18:28:25 +00:00
Родитель ab5b98bf82
Коммит 2b95de033b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1482,7 +1482,7 @@ CSSStyleRuleImpl::~CSSStyleRuleImpl(void)
}
if (nsnull != mImportantRule) {
mImportantRule->mSheet = nsnull;
delete mImportantRule;
NS_RELEASE(mImportantRule);
mImportantRule = nsnull;
}
if (nsnull != mDOMDeclaration) {

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

@ -1482,7 +1482,7 @@ CSSStyleRuleImpl::~CSSStyleRuleImpl(void)
}
if (nsnull != mImportantRule) {
mImportantRule->mSheet = nsnull;
delete mImportantRule;
NS_RELEASE(mImportantRule);
mImportantRule = nsnull;
}
if (nsnull != mDOMDeclaration) {