stop installed microsummary generators from being leaked at shutdown by destroying the timer property of MicrosummaryResource objects

bug=346913
r=mconnor
This commit is contained in:
myk@mozilla.org
2007-01-14 05:38:20 +00:00
parent 3852f3a3f1
commit d4b4a66df8

View File

@@ -1756,6 +1756,7 @@ MicrosummaryResource.prototype = {
this._uri = null;
this._content = null;
this._callback = null;
this._loadTimer = null;
this._httpAuthFailed = false;
if (this._iframe) {
if (this._iframe && this._iframe.parentNode)