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:
parent
42388fc100
commit
0e3e4ceb45
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user