mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fix for bug 413281 (Firefox leaks when Yahoo Toolbar is installed). r=stuart, sr=sicking.
This commit is contained in:
parent
9e46a25ae0
commit
624db2f135
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user