ecore: Fix _ecore_glib_select
authorHenrique Dante de Almeida <hdante@profusion.mobi>
Fri, 25 Jan 2013 13:01:56 +0000 (11:01 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 26 Feb 2013 13:17:28 +0000 (10:17 -0300)
commit2ca0be9316d63da11d88a1b2c85606e020790911
tree3575c6e0a261d26fea1059a3d271fa12c5951cc9
parentf5d4ae70bd1ff8fba17ebd3e2eb6c65f354185d4
ecore: Fix _ecore_glib_select

This fixes a mutex allocated on stack, a race on GCond initialization
and use of deprecated functions: g_mutex_new() and friends were
deprecated in glib 2.32.
src/lib/ecore/ecore_glib.c