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:
a09b963
)
e_hwc_window_queue: release to next queue even if queue buffer isn't find
22/223422/2
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 29 Jan 2020 12:45:21 +0000
(21:45 +0900)
committer
changyeon lee
<cyeon.lee@samsung.com>
Thu, 30 Jan 2020 01:27:34 +0000
(
01:27
+0000)
Change-Id: I475e672665e203ca8001c20c5198c763517a463b
src/bin/e_hwc_window_queue.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_window_queue.c
b/src/bin/e_hwc_window_queue.c
index fdd3425d6acb7b3c7286da3fcb0d8bfce80ef22d..9402e5da6d98f157a3982ef1803e890d78cdaceb 100644
(file)
--- a/
src/bin/e_hwc_window_queue.c
+++ b/
src/bin/e_hwc_window_queue.c
@@
-1080,7
+1080,7
@@
_e_hwc_window_unkown_queue_release(tbm_surface_h tsurface)
EINA_ITERATOR_FOREACH(it, queue)
{
queue_buffer = e_hwc_window_queue_buffer_find(queue, tsurface);
- if (!queue_buffer)
return
;
+ if (!queue_buffer)
continue
;
if (!queue_buffer->acquired && queue_buffer->dequeued)
e_hwc_window_queue_buffer_release(queue, queue_buffer);