Drop the feeds cache in browser's destroy method. (Bug 489520) r=gavin.sharp

This commit is contained in:
L. David Baron 2009-04-22 10:13:48 -07:00
Родитель b3135c89bc
Коммит e662c23b16
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -702,6 +702,9 @@
this._fastFind = null;
this._webBrowserFind = null;
// The feeds cache can keep the document inside this browser alive.
this.feeds = null;
this.removeEventListener("pageshow", this.onPageShow, true);
this.removeEventListener("pagehide", this.onPageHide, true);