mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 394542. we leak the blink timer and its timer in a cycle. Patch by David Baron. r/sr=roc, a=dsicore/mconnor
This commit is contained in:
parent
7802234aca
commit
6f02e70db3
@ -2727,6 +2727,7 @@ void nsBlinkTimer::Stop()
|
||||
{
|
||||
if (nsnull != mTimer) {
|
||||
mTimer->Cancel();
|
||||
mTimer = nsnull;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user