projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f7217
)
e_policy_wl: check ec's validation before sending aux_message
03/228303/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 13 Mar 2020 11:07:07 +0000
(20:07 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 20 Mar 2020 06:41:29 +0000
(15:41 +0900)
Change-Id: Id86bd688448aa242bfeb84f74a6fe92d33e33863
src/bin/e_policy_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_wl.c
b/src/bin/e_policy_wl.c
index 9c31a2aa47a6ca932aeea3606bcad2a38abae624..8bc3115cd0f5172021809a5418773525aa844c31 100644
(file)
--- 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)
{