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:
6c72c81
)
e_comp_hwc: fix inapproprate buffer free
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Wed, 8 Jun 2016 08:49:05 +0000
(17:49 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Fri, 10 Jun 2016 02:14:04 +0000
(11:14 +0900)
Change-Id: I8b5fa8faa1f3c36fdb5ff3eba9a575e40946f621
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 f7c257c1e0f439e813fc1712d304cfcf1fe6ec6d..90b8f17e8f5d35dfd52fb3dee57b141ab451b349 100644
(file)
--- a/
src/bin/e_comp_hwc.c
+++ b/
src/bin/e_comp_hwc.c
@@
-1825,7
+1825,7
@@
e_comp_hwc_native_surface_set(E_Client *ec)
HWC_DLOG("hwc_client,%p NEVER BE HEAR.\n", hwc_client);
#endif
_e_comp_hwc_client_destroy_backup_buffer(hwc_client->backup_buffer);
- hwc_client->buffer = NULL;
+ hwc_client->b
ackup_b
uffer = NULL;
}
#ifdef USE_DLOG_HWC