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:
b6bbb3c
)
e_comp_wl:check validation of e_client to fix crash
54/106754/2
author
Minsu Seo
<minsu15.seo@samsung.com>
Fri, 23 Dec 2016 01:04:26 +0000
(10:04 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 26 Dec 2016 01:59:11 +0000
(17:59 -0800)
Change-Id: Ic4a525292a95143199bae31a922c1fc49846b2eb
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index fe21b4bbeae392430eda6b831af5686fec602e84..7468117623bbe54cb46628dd6be788c3b64fd889 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2760,6
+2760,7
@@
_e_comp_wl_frame_cb_destroy(struct wl_resource *resource)
E_Client *ec;
if (!(ec = wl_resource_get_user_data(resource))) return;
+ if (e_object_is_del(E_OBJECT(ec))) return;
if (!ec->comp_data) return;
if (ec->comp_data->frames)