зеркало из https://github.com/mozilla/pjs.git
Fix for bug 413281 (Firefox leaks when Yahoo Toolbar is installed). r=stuart, sr=sicking.
This commit is contained in:
Родитель
dfe40df564
Коммит
99eea9fa5d
|
@ -166,6 +166,7 @@ nsresult TimerThread::Shutdown()
|
|||
nsTimerImpl *timer;
|
||||
for (PRInt32 i = mTimers.Count() - 1; i >= 0; i--) {
|
||||
timer = static_cast<nsTimerImpl*>(mTimers[i]);
|
||||
timer->ReleaseCallback();
|
||||
RemoveTimerInternal(timer);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче