ecore-drm: Cleanup ecore-drm shutdown routine
authorChris Michael <cpmichael@osg.samsung.com>
Thu, 21 Jan 2016 14:22:37 +0000 (09:22 -0500)
committerChris Michael <cpmichael@osg.samsung.com>
Thu, 21 Jan 2016 14:22:37 +0000 (09:22 -0500)
commit17fa5dee65059f6019ace06433765e639d2cd812
tree7db138b7480e3e73a65c24eb6084c10ebdaa5617
parent258639a92e678512c2dd7dc17d24cc6242e2cb58
ecore-drm: Cleanup ecore-drm shutdown routine

This patch addresses an issue where when closing Enlightenment, the
shutdown procedure would previously end up calling the same functions
twice. These functions should be called from the ecore_evas drm
shutdown routine as the sprites, inputs, outputs, etc are all called
from the ecore_evas drm init routine.

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/ecore_drm/ecore_drm_device.c
src/lib/ecore_drm/ecore_drm_launcher.c