evas/main: shuffle shutdown order of filters and modules

Summary:
these both deallocate resources which can be needed during ecore_shutdown

ref df652673fe
fix T7052

Reviewers: ManMower, devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #committers

Tags: #efl

Maniphest Tasks: T7052

Differential Revision: https://phab.enlightenment.org/D6474
This commit is contained in:
Mike Blumenkrantz 2018-06-28 12:41:12 -04:00 committed by Chris Michael
parent ddc31e75ac
commit c43850eed4
1 changed files with 3 additions and 3 deletions

View File

@ -157,15 +157,15 @@ evas_shutdown(void)
evas_font_path_global_clear();
evas_filter_shutdown();
evas_thread_shutdown();
_evas_preload_thread_shutdown();
evas_async_events_shutdown();
evas_module_shutdown();
ecore_shutdown();
evas_filter_shutdown();
evas_module_shutdown();
_efl_gfx_map_shutdown();
eina_cow_del(evas_object_proxy_cow);