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
2006-05-08 01:50:38 +00:00
parent 39a44254db
commit 81835bb374

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() {