[Webkit-unassigned] [Bug 62380] [EFL] correct sharedTimer value in SharedTimerEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 07:20:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62380





--- Comment #21 from Martin Robinson <mrobinson at webkit.org>  2011-06-24 07:20:09 PST ---
(From update of attachment 96985)
View in context: https://bugs.webkit.org/attachment.cgi?id=96985&action=review

> Source/WebCore/platform/efl/SharedTimerEfl.cpp:-53
> +    _sharedTimer = 0;
>      if (_timerFunction)
>          _timerFunction();
>  
> -    _sharedTimer = 0;

If you set stopSharedTimer to zero here when does ecore_timer_del ever happen on the old timer? Don't you risk "leaking" a timer?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list