elm: call ecore_event_shutdown during elm_shutdown

ref 4e14ba3f48

Signed-off-by: Mike Blumenkrantz <zmike@osg.samsung.com>
This commit is contained in:
Cedric BAIL 2018-03-13 11:35:18 -04:00
parent e0c863a358
commit 24db9f60be
1 changed files with 1 additions and 0 deletions

View File

@ -875,6 +875,7 @@ elm_quicklaunch_shutdown(void)
ecore_file_shutdown();
eio_shutdown();
ecore_event_shutdown();
ecore_shutdown();
eet_shutdown();