stop leaking the annotation service in the microsummary service; possible fix for balsa leak regression

bug=336922
r=bz
This commit is contained in:
myk@mozilla.org
2007-01-14 05:37:45 +00:00
parent a130f0f517
commit 4bfa4c4034

View File

@@ -225,7 +225,8 @@ MicrosummaryService.prototype = {
},
_destroy: function MSS__destroy() {
// XXX Anything we need to kill to prevent shutdown memory leaks?
this._timer.cancel();
this._timer = null;
},
_updateMicrosummaries: function MSS__updateMicrosummaries() {