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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 10:17:14 PDT 2011


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





--- Comment #24 from Henry Song <hsong at sisa.samsung.com>  2011-06-24 10:17:13 PST ---
_sharedTimer is set to zero only in timeEvent() callback.  The current _sharedTimer within timeEvent() is removed regardless it is set zero to 0 or not.  We set it to zero before _timerFunction() is called.  This is because within _timerFunction(), it is possible to add new timer via addNewTimer(), in which case, _sharedTimer value is changed to new timer.  This patch actually fixes timer leaking.

-- 
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