зеркало из https://github.com/mozilla/gecko-dev.git
Fix mem leak similar to 13641
This commit is contained in:
Родитель
164cdbe1d5
Коммит
82cdb2345c
|
@ -1736,11 +1736,12 @@ void nsXIFDTD::ProcessDocumentInfoTag(const nsIParserNode& aNode)
|
|||
{
|
||||
nsString tmpString("XIF_DOC_INFO");
|
||||
PushNodeAndToken(tmpString);
|
||||
CAttributeToken* attribute = new CAttributeToken(key,value);
|
||||
nsIParserNode* top = PeekNode();
|
||||
if (top != nsnull)
|
||||
{
|
||||
CAttributeToken* attribute = new CAttributeToken(key,value);
|
||||
((nsCParserNode*)top)->AddAttribute(attribute);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1736,11 +1736,12 @@ void nsXIFDTD::ProcessDocumentInfoTag(const nsIParserNode& aNode)
|
|||
{
|
||||
nsString tmpString("XIF_DOC_INFO");
|
||||
PushNodeAndToken(tmpString);
|
||||
CAttributeToken* attribute = new CAttributeToken(key,value);
|
||||
nsIParserNode* top = PeekNode();
|
||||
if (top != nsnull)
|
||||
{
|
||||
CAttributeToken* attribute = new CAttributeToken(key,value);
|
||||
((nsCParserNode*)top)->AddAttribute(attribute);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче