discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=acf5d0979631cda70d542338cc48e6c26e4044fa

commit acf5d0979631cda70d542338cc48e6c26e4044fa
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Aug 4 18:41:31 2015 -0400

    reject deleted clients from wl show callback
---
 src/bin/e_comp_wl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 3c8e540..a87fef5 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -104,6 +104,7 @@ _e_comp_wl_evas_cb_show(void *data, Evas *evas EINA_UNUSED, 
Evas_Object *obj EIN
    Eina_List *l;
 
    if (!(ec = data)) return;
+   if (e_object_is_del(data)) return;
 
    if (!ec->override) e_hints_window_visible_set(ec);
 

-- 


Reply via email to