Fixed memory leak of MAP content object in OpenMap()

This commit is contained in:
troy%netscape.com 1999-01-29 06:13:55 +00:00
Родитель 175837a720
Коммит 38e40aa295
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}