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:
5c19445
)
e_comp_wl: assign cdata to ec->comp_data
52/248052/1
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 20 Nov 2020 04:50:02 +0000
(13:50 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 20 Nov 2020 04:50:02 +0000
(13:50 +0900)
This patch fixes the crash issue
Change-Id: I33bee613da6d61689b1e3900c2cd1bc9b912e84c
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 3ead23ec3ee0c1cf54e36918036bef5df039dbf7..75732f7740b800f0c79aaaef4a81f212d3ca6237 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-3639,6
+3639,7
@@
_e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client *ec)
TRACE_DS_END();
return;
}
+ ec->comp_data = cdata;
wl_signal_init(&cdata->destroy_signal);
wl_signal_init(&cdata->apply_viewport_signal);