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:
f46760c
)
e_comp_hwc: fixed wrong pointer operation while logging.
46/74546/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 14 Jun 2016 12:21:55 +0000
(21:21 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 14 Jun 2016 12:21:55 +0000
(21:21 +0900)
Change-Id: Id58a434eb3b4006284d02407397ba2a30932ab03
src/bin/e_comp_hwc.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_hwc.c
b/src/bin/e_comp_hwc.c
index 053694b1d558fdd1b47a3a86eddeedd1f56b24fc..b08ec93742bcbbccc28d38ebcacbd6b59c4268ff 100644
(file)
--- a/
src/bin/e_comp_hwc.c
+++ b/
src/bin/e_comp_hwc.c
@@
-285,7
+285,7
@@
_get_wl_buffer_ref(E_Client *ec)
E_Comp_Wl_Client_Data *cdata = (E_Comp_Wl_Client_Data*)ec->comp_data;
if (!cdata) return NULL;
- E_Comp_Wl_Buffer_Ref *buffer_ref = &cdata
->buffer_ref;
+ E_Comp_Wl_Buffer_Ref *buffer_ref = &cdata->buffer_ref;
if (!buffer_ref) return NULL;
if (!buffer_ref->buffer) return NULL;