From 0e285c7306c589eda9d637f5ba7c76795cfc8e01 Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Fri, 13 Mar 2020 20:07:07 +0900 Subject: [PATCH] e_policy_wl: check ec's validation before sending aux_message Change-Id: Id86bd688448aa242bfeb84f74a6fe92d33e33863 --- src/bin/e_policy_wl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_policy_wl.c b/src/bin/e_policy_wl.c index 9c31a2aa47..8bc3115cd0 100644 --- a/src/bin/e_policy_wl.c +++ b/src/bin/e_policy_wl.c @@ -7692,6 +7692,8 @@ e_policy_wl_aux_message_send(E_Client *ec, if (!ec->comp_data) return; if (!ec->comp_data->aux_hint.use_msg) return; + if (e_object_is_del(E_OBJECT(ec))) return; + wl_array_init(&opt_array); EINA_LIST_FOREACH(options, l, option) { -- 2.34.1