Bug 454964: |make check|: test_0110_general.js reports leak 1. r=mconnor, a1.9.1b2=beltzner

This commit is contained in:
Robert Strong 2008-11-14 10:24:20 +00:00
Родитель 4f93bbbe69
Коммит 4c948a2b04
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1086,6 +1086,9 @@ UpdateService.prototype = {
case "xpcom-shutdown": case "xpcom-shutdown":
os.removeObserver(this, "xpcom-shutdown"); os.removeObserver(this, "xpcom-shutdown");
// Prevent leaking the downloader (bug 454964)
this._downloader = null;
// Release Services // Release Services
gApp = null; gApp = null;
gPref = null; gPref = null;