зеркало из https://github.com/mozilla/pjs.git
Bug 454964: |make check|: test_0110_general.js reports leak 1. r=mconnor, a1.9.1b2=beltzner
This commit is contained in:
Родитель
4f93bbbe69
Коммит
4c948a2b04
|
@ -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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче