analysis: ClutterTimeoutPool
Do not pre-initialize the list iterator, the for loop will do it for us.
This commit is contained in:
parent
9c8f881878
commit
2d8bdf9e5e
@ -209,7 +209,7 @@ static gboolean
|
||||
clutter_timeout_pool_check (GSource *source)
|
||||
{
|
||||
ClutterTimeoutPool *pool = (ClutterTimeoutPool *) source;
|
||||
GList *l = pool->timeouts;
|
||||
GList *l;
|
||||
|
||||
clutter_threads_enter ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user