зеркало из https://github.com/mozilla/pjs.git
Bug 349379 - nsIUpdateTimerManager registerTimer is leaking. r=bsmedberg
This commit is contained in:
Родитель
79d5c52b5c
Коммит
6eb313310b
|
@ -2587,6 +2587,8 @@ TimerManager.prototype = {
|
||||||
getObserverService().removeObserver(this, "xpcom-shutdown");
|
getObserverService().removeObserver(this, "xpcom-shutdown");
|
||||||
|
|
||||||
// Release everything we hold onto.
|
// Release everything we hold onto.
|
||||||
|
for (var timerID in this._timers)
|
||||||
|
delete this._timers[timerID];
|
||||||
this._timer = null;
|
this._timer = null;
|
||||||
this._timers = null;
|
this._timers = null;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче