edje: reorder shutdown to match internal event emit use.

We do have event emited that rely on evas still being initialized.
If we shutdown evas and then process ecore event, we would be in trouble.
This commit is contained in:
Cedric BAIL 2017-02-27 15:03:49 -08:00
parent 2c6808e4ee
commit 8195e825a6
1 changed files with 1 additions and 1 deletions

View File

@ -208,10 +208,10 @@ _edje_shutdown_core(void)
#endif
efreet_shutdown();
ecore_shutdown();
evas_shutdown();
eet_shutdown();
embryo_shutdown();
ecore_shutdown();
eina_log_domain_unregister(_edje_default_log_dom);
_edje_default_log_dom = -1;
eina_shutdown();