e_policy_wl: check ec's validation before sending aux_message 05/228305/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 13 Mar 2020 11:07:07 +0000 (20:07 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 20 Mar 2020 06:42:43 +0000 (15:42 +0900)
Change-Id: Id86bd688448aa242bfeb84f74a6fe92d33e33863

src/bin/e_policy_wl.c

index a1ac00099d3a8e9f9516c3473d1a2f38e320931a..d9d3e9691e22e1fffb223afde71af96d7fbb71cd 100644 (file)
@@ -7508,6 +7508,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)
      {