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:
sayrer@gmail.com 2007-09-11 13:06:44 -07:00
parent 7802234aca
commit 6f02e70db3

View File

@ -2727,6 +2727,7 @@ void nsBlinkTimer::Stop()
{
if (nsnull != mTimer) {
mTimer->Cancel();
mTimer = nsnull;
}
}