ecore: remove an impossible to track assert.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 7 Mar 2012 16:11:55 +0000 (16:11 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 7 Mar 2012 16:11:55 +0000 (16:11 +0000)
NOTE: I am now all for removing this lock. They trigger crash,
are not implementing the feature they are advertising, are not
maintained and impossible to fix.

SVN revision: 68987

legacy/ecore/src/lib/ecore/ecore_private.h

index faf1873..f0c5d6b 100644 (file)
@@ -244,7 +244,7 @@ static inline void
 _ecore_unlock(void)
 {
    _ecore_main_lock_count--;
-   assert(_ecore_main_lock_count == 0);
+   /* assert(_ecore_main_lock_count == 0); */
 #ifdef HAVE_THREAD_SAFETY
    eina_lock_release(&_ecore_main_loop_lock);
 #endif