Added NS_RELEASE to fix leak of a HTML style element

This commit is contained in:
troy%netscape.com 1998-12-03 16:46:56 +00:00
Родитель 6fbcfd405e
Коммит 6be0f1bb4f
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2444,6 +2444,7 @@ HTMLContentSink::ProcessSTYLETag(const nsIParserNode& aNode)
// Now that we have a url and a unicode input stream, parse the
// style sheet.
rv = LoadStyleSheet(url, uin, PR_TRUE, title, media, element);
NS_RELEASE(element);
NS_RELEASE(uin);
NS_RELEASE(url);

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

@ -2444,6 +2444,7 @@ HTMLContentSink::ProcessSTYLETag(const nsIParserNode& aNode)
// Now that we have a url and a unicode input stream, parse the
// style sheet.
rv = LoadStyleSheet(url, uin, PR_TRUE, title, media, element);
NS_RELEASE(element);
NS_RELEASE(uin);
NS_RELEASE(url);