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:
fc1d0df
)
e_comp_object: fix missing unrference buffer of render_update_lock
01/284801/1
accepted/tizen/7.0/unified/20221129.172451
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 31 Oct 2022 06:46:34 +0000
(15:46 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Mon, 28 Nov 2022 02:33:24 +0000
(11:33 +0900)
Change-Id: Iaf018573a808b95f7e69666552b981507445078a
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index 10ed83483e4c41531033fa19aa320394627a4c1c..183b56f4e05bcb804771774b5d52c1d9055843ad 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-3376,6
+3376,13
@@
_e_comp_smart_del(Evas_Object *obj)
cw->tbm_surface = NULL;
}
+ if (cw->render_update_lock_buffer_ref.buffer)
+ {
+ ELOGF("COMP", "Clear buffer_ref of render_update_lock:%d",
+ cw->ec, cw->render_update_lock);
+ e_comp_wl_buffer_reference(&cw->render_update_lock_buffer_ref, NULL);
+ }
+
e_comp_object_render_update_del(cw->smart_obj);
E_FREE_FUNC(cw->updates, eina_tiler_free);
E_FREE_FUNC(cw->pending_updates, eina_tiler_free);