e_main: shutdown e_dnd before comp

otherwise we are crashing as e_comp is freed by that time.
This commit is contained in:
Marcel Hollerbach 2021-11-02 17:43:11 +01:00
parent e64e7d77c6
commit d28c105c99
1 changed files with 1 additions and 1 deletions

View File

@ -1589,7 +1589,6 @@ _e_main_screens_init(void)
_e_main_shutdown(101);
}
TS("E_Dnd Init Done");
_e_main_shutdown_push(e_dnd_shutdown);
#endif
return 1;
@ -1601,6 +1600,7 @@ _e_main_screens_shutdown(void)
e_win_shutdown();
e_menu_shutdown();
e_shelf_shutdown();
e_dnd_shutdown();
e_comp_shutdown();
e_client_volume_shutdown();
e_screensaver_shutdown();