discomfitor pushed a commit to branch master.

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

commit d50a20f812f11a9ae6eb4b3760d220937de3fcba
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Apr 5 15:04:35 2016 -0400

    do not send shell configures for deleted wl clients
---
 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 6e6fc78..5370d2f 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -48,6 +48,7 @@ _e_comp_wl_configure_send(E_Client *ec, Eina_Bool edges)
 {
    int w, h;
 
+   if (e_object_is_del(E_OBJECT(ec))) return;
    if (e_comp_object_frame_exists(ec->frame))
      w = ec->client.w, h = ec->client.h;
    else

-- 


Reply via email to