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
parent c36b3b74a2
commit fb370b5a59

View File

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