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:
a493e68
)
e_hwc_windows: free visible_windows
69/216869/3
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Mon, 4 Nov 2019 07:33:49 +0000
(16:33 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 5 Nov 2019 03:44:49 +0000
(
03:44
+0000)
Change-Id: I50188bee59d66e33310d2d29f5012354425261af
src/bin/e_hwc_windows.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_windows.c
b/src/bin/e_hwc_windows.c
index 180ab5fe10af4a16e616beed6bc3cb3c0ece191c..905ff40870f825412e5fd6b8c75950eca50db618 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-2082,7
+2082,10
@@
_e_hwc_windows_visible_windows_update(E_Hwc *hwc)
visible_num = eina_list_count(visible_windows);
if (!_e_hwc_windows_visible_windows_changed_check(hwc, visible_windows, visible_num))
- return EINA_FALSE;
+ {
+ eina_list_free(visible_windows);
+ return EINA_FALSE;
+ }
if (eina_list_count(hwc->visible_windows))
{