зеркало из https://github.com/mozilla/pjs.git
Fixed memory leak of MAP content object in OpenMap()
This commit is contained in:
Родитель
175837a720
Коммит
38e40aa295
|
@ -1852,7 +1852,7 @@ HTMLContentSink::OpenMap(const nsIParserNode& aNode)
|
|||
|
||||
// Add the map content object to the document
|
||||
rv = mCurrentContext->AddLeaf(map);
|
||||
|
||||
NS_RELEASE(map);
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
|
@ -1852,7 +1852,7 @@ HTMLContentSink::OpenMap(const nsIParserNode& aNode)
|
|||
|
||||
// Add the map content object to the document
|
||||
rv = mCurrentContext->AddLeaf(map);
|
||||
|
||||
NS_RELEASE(map);
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче