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:
bce31be
)
e_hwc: change the order of deinit
75/192275/2
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 2 Nov 2018 01:51:47 +0000
(10:51 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 2 Nov 2018 09:58:57 +0000
(09:58 +0000)
Change-Id: I660fbf368f579336a5dc5951b55d7d5bdb04a29b
src/bin/e_hwc.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc.c
b/src/bin/e_hwc.c
index e162553b1c684abb1e84bce4d339b2782939f5d6..5d32d0e4bdce93517791726617fdde2bf1b3dac0 100644
(file)
--- a/
src/bin/e_hwc.c
+++ b/
src/bin/e_hwc.c
@@
-398,8
+398,8
@@
e_hwc_del(E_Hwc *hwc)
else
{
e_hwc_window_deinit(hwc);
- e_hwc_windows_deinit();
e_hwc_window_queue_deinit();
+ e_hwc_windows_deinit();
}
E_FREE(hwc);