discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6dc937d26c6bcddb42193907207b84ae1953a04c

commit 6dc937d26c6bcddb42193907207b84ae1953a04c
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 28 15:44:43 2017 -0400

    Revert "evas: Fix use of invalid EO object"
    
    This reverts commit 9b1e785f8ebba618016dd217aa18835b4fb675b7.
    
    this breaks devices with vt switching under drm
---
 src/lib/evas/canvas/evas_device.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_device.c 
b/src/lib/evas/canvas/evas_device.c
index 84f364485e..d352b3c69f 100644
--- a/src/lib/evas/canvas/evas_device.c
+++ b/src/lib/evas/canvas/evas_device.c
@@ -243,8 +243,6 @@ evas_device_add_full(Evas *eo_e, const char *name, const 
char *desc,
           }
      }
 
-   // FIXME: All devices are in the same list, while evas only refs the seats
-   if (parent_dev) efl_ref(dev);
    e->devices = eina_list_append(e->devices, dev);
    efl_event_callback_add(dev, EFL_EVENT_DEL, _del_cb, e);
 

-- 


Reply via email to