Clean up the mLanguage string. Bug 35768 add-on, rs=dbaron, r=sicking

git-svn-id: svn://10.0.0.236/trunk@127288 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2002-08-14 22:37:33 +00:00
parent 42388fc100
commit 0e3e4ceb45
2 changed files with 4 additions and 0 deletions

View File

@ -3472,6 +3472,8 @@ RuleProcessorData::~RuleProcessorData()
NS_IF_RELEASE(mContentTag);
NS_IF_RELEASE(mContentID);
NS_IF_RELEASE(mStyledContent);
delete mLanguage;
}
const nsString* RuleProcessorData::GetLang(void)

View File

@ -3472,6 +3472,8 @@ RuleProcessorData::~RuleProcessorData()
NS_IF_RELEASE(mContentTag);
NS_IF_RELEASE(mContentID);
NS_IF_RELEASE(mStyledContent);
delete mLanguage;
}
const nsString* RuleProcessorData::GetLang(void)