wl-drm: Remove output event handler when we shutdown

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-06 15:57:55 -04:00
parent 8fc1c5583e
commit 3b3a47f5ce
1 changed files with 3 additions and 0 deletions

View File

@ -180,6 +180,9 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
/* shutdown ecore_drm */
/* ecore_drm_shutdown(); */
if (output_handler) ecore_event_handler_del(output_handler);
output_handler = NULL;
if (activate_handler) ecore_event_handler_del(activate_handler);
activate_handler = NULL;