From: Doyoun Kang Date: Fri, 13 Mar 2020 11:07:07 +0000 (+0900) Subject: e_policy_wl: check ec's validation before sending aux_message X-Git-Tag: submit/tizen/20200320.100516~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e285c7306c589eda9d637f5ba7c76795cfc8e01;p=platform%2Fupstream%2Fenlightenment.git e_policy_wl: check ec's validation before sending aux_message Change-Id: Id86bd688448aa242bfeb84f74a6fe92d33e33863 --- 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) {