From 51d0faec67d6e9327b685c30fd8c2a4be0e3ae90 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 21 Jun 2018 18:44:54 -0400 Subject: [PATCH] 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 *