зеркало из https://github.com/mozilla/pjs.git
Fixed memory leak of AREA content object in ProcessAREATag()
This commit is contained in:
Родитель
9901b6f2bb
Коммит
1d68916383
|
@ -2159,6 +2159,7 @@ HTMLContentSink::ProcessAREATag(const nsIParserNode& aNode)
|
|||
|
||||
// Add AREA object to the current map
|
||||
mCurrentMap->AppendChildTo(area, PR_FALSE);
|
||||
NS_RELEASE(area);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
|
@ -2159,6 +2159,7 @@ HTMLContentSink::ProcessAREATag(const nsIParserNode& aNode)
|
|||
|
||||
// Add AREA object to the current map
|
||||
mCurrentMap->AppendChildTo(area, PR_FALSE);
|
||||
NS_RELEASE(area);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче