projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6116b87
)
ecore: remove an impossible to track assert.
author
Cedric BAIL
<cedric.bail@free.fr>
Wed, 7 Mar 2012 16:11:55 +0000
(16:11 +0000)
committer
Cedric 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
patch
|
blob
|
history
diff --git
a/legacy/ecore/src/lib/ecore/ecore_private.h
b/legacy/ecore/src/lib/ecore/ecore_private.h
index
faf1873
..
f0c5d6b
100644
(file)
--- a/
legacy/ecore/src/lib/ecore/ecore_private.h
+++ b/
legacy/ecore/src/lib/ecore/ecore_private.h
@@
-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