From 990c0f1005ad4a4d07ae419b3d66c2c32b2b4fc9 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 6 Oct 2017 11:37:50 -0400 Subject: [PATCH] do ecore-x shutdown on xwayland shutdown --- src/modules/xwayland/e_mod_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/xwayland/e_mod_main.c b/src/modules/xwayland/e_mod_main.c index 2f4f0b1f8..1b6ccc841 100644 --- a/src/modules/xwayland/e_mod_main.c +++ b/src/modules/xwayland/e_mod_main.c @@ -451,6 +451,8 @@ xwl_shutdown(void) if (exs->sig_hdlr) ecore_event_handler_del(exs->sig_hdlr); free(exs); + e_comp_x_shutdown(); + ecore_x_shutdown(); e_util_env_set("DISPLAY", NULL); }