diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-06-04 10:23:52 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-06-05 10:00:45 -0400 |
commit | 6407b8a8204ebf97ac98559174fe65b046b9ec27 (patch) | |
tree | 00333415f4d9e0dc526878b9a2d076b5c87e0d2b | |
parent | 70b674d06c47916bdba191cc591eae395e21756d (diff) |
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.michael@samsung.com>
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_output.c b/src/lib/ecore_drm/ecore_drm_output.c index e0ba526850..892c20fde8 100644 --- a/src/lib/ecore_drm/ecore_drm_output.c +++ b/src/lib/ecore_drm/ecore_drm_output.c | |||
@@ -710,7 +710,6 @@ next: | |||
710 | { | 710 | { |
711 | disconnects &= ~(1 << output->conn_id); | 711 | disconnects &= ~(1 << output->conn_id); |
712 | _ecore_drm_output_event_send(output, EINA_FALSE); | 712 | _ecore_drm_output_event_send(output, EINA_FALSE); |
713 | ecore_drm_output_free(output); | ||
714 | } | 713 | } |
715 | } | 714 | } |
716 | } | 715 | } |