discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=51d0faec67d6e9327b685c30fd8c2a4be0e3ae90

commit 51d0faec67d6e9327b685c30fd8c2a4be0e3ae90
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Jun 21 18:44:54 2018 -0400

    eo: remove some erroneous mutex unlocks during base class parent_set errors
    
    recent changes added unlocks for these mutexes in some other places, so only
    do the unlocks where necessary
    
    fix T7020
---
 src/lib/eo/eo_base_class.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/eo/eo_base_class.c b/src/lib/eo/eo_base_class.c
index 1ef4320673..16d59c0470 100644
--- a/src/lib/eo/eo_base_class.c
+++ b/src/lib/eo/eo_base_class.c
@@ -793,7 +793,6 @@ err_parent:
 err_impossible:
    ERR("CONTACT DEVS!!! SHOULD NEVER HAPPEN!!! Old parent %p for object %p is 
not a valid Eo object.",
        pd->parent, obj);
-   EO_OBJ_DONE(obj);
 }
 
 EOLIAN static Eo *

-- 


Reply via email to