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