devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6407b8a8204ebf97ac98559174fe65b046b9ec27

commit 6407b8a8204ebf97ac98559174fe65b046b9ec27
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Jun 4 10:23:52 2015 -0400

    ecore-drm: Don't free an output on unplug
    
    Summary: We should not be freeing an output when it gets unplugged (as
    it may get replugged). Just disable rendering on that output
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_drm/ecore_drm_output.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/ecore_drm/ecore_drm_output.c 
b/src/lib/ecore_drm/ecore_drm_output.c
index e0ba526..892c20f 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -710,7 +710,6 @@ next:
                {
                   disconnects &= ~(1 << output->conn_id);
                   _ecore_drm_output_event_send(output, EINA_FALSE);
-                  ecore_drm_output_free(output);
                }
           }
      }

-- 


Reply via email to