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

bug=336922
r=bz


git-svn-id: svn://10.0.0.236/trunk@196147 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org 2006-05-08 01:50:38 +00:00
parent df36b0ed2d
commit 06f8bb4166

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