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:
6b870af
)
e_policy_wl: fixed bug for crashing enlightenment
59/89959/1
accepted/tizen/common/20160928.163543
accepted/tizen/ivi/20160928.050618
accepted/tizen/mobile/20160928.050527
accepted/tizen/tv/20160928.050544
accepted/tizen/wearable/20160928.050602
submit/tizen/20160927.231501
author
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 28 Sep 2016 02:12:10 +0000
(11:12 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 28 Sep 2016 02:12:10 +0000
(11:12 +0900)
Change-Id: Ica483c542f0d61e29d40672dd72da3f41017dd48
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 54715142fba8aa8da9913c094fef7d7babd6b313..c6c042af98dd0ddcfbcad40147a92bb664c05acb 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-5166,6
+5166,7
@@
e_policy_wl_aux_message_send(E_Client *ec,
int len;
char *p;
+ if (!ec->comp_data) return;
if (!ec->comp_data->aux_hint.use_msg) return;
wl_array_init(&opt_array);