discomfitor pushed a commit to branch master.

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

commit 1cbddb6d8fb60b8255d199bf604efa269fdfd030
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Apr 14 11:48:49 2017 -0400

    avoid refocusing deleted wl clients during comp input ungrabbing
    
    this is an error
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 29791fa..ff8e1b5 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1705,7 +1705,7 @@ e_comp_ungrab_input(Eina_Bool mouse, Eina_Bool kbd)
      {
         E_Client *ec = e_client_focused_get();
 
-        if (e_comp->comp_type == E_PIXMAP_TYPE_WL)
+        if ((!e_object_is_del(E_OBJECT(ec))) && (e_comp->comp_type == 
E_PIXMAP_TYPE_WL))
           {
              Eina_Bool mouse_in = ec->mouse.in;
              int x, y;

-- 


Reply via email to