Bug 347824. RSS leaks windows and documents. r=vlad

This commit is contained in:
sayrer%gmail.com 2006-08-12 15:04:34 +00:00
Родитель ef6c74d66e
Коммит a35edec0af
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -486,6 +486,8 @@ FeedWriter.prototype = {
* See nsIFeedWriter
*/
close: function FW_close() {
this._document = null;
this._window = null;
var prefs =
Cc["@mozilla.org/preferences-service;1"].
getService(Ci.nsIPrefBranch2);