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>
This commit is contained in:
Chris Michael 2015-06-04 10:23:52 -04:00
parent 70b674d06c
commit 6407b8a820
1 changed files with 0 additions and 1 deletions

View File

@ -710,7 +710,6 @@ next:
{
disconnects &= ~(1 << output->conn_id);
_ecore_drm_output_event_send(output, EINA_FALSE);
ecore_drm_output_free(output);
}
}
}