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:
5178468
)
e_policy_wl: add null check code
11/246611/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 2 Nov 2020 09:59:52 +0000
(18:59 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 2 Nov 2020 09:59:52 +0000
(18:59 +0900)
Change-Id: I61a5bd5b9dbdfc1cf012a2d2c02acaa75b77b139
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 42d5d130036c4cdf4bf8c2ae6fa629cd0765aae0..8ab7f8f9fa250700a433e3d8d5718ba9e39fa574 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-7455,6
+7455,8
@@
_e_policy_wl_cb_hook_shell_surface_ready(void *d, E_Client *ec)
e_client_base_output_resolution_transform_adjust(ec);
cdata = e_client_cdata_get(ec);
+ if (!cdata) return;
+
if ((cdata->shell.configure_send) &&
(cdata->shell.surface))
{