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:
b9cada7
)
e_comp_wl: Add missing call to wl_display_destroy
14/313714/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 26 Jun 2024 10:02:18 +0000
(19:02 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Mon, 1 Jul 2024 06:50:40 +0000
(15:50 +0900)
Change-Id: Iae2bb384e46b5d38bee10168f3bf0a92bd5e12d3
src/bin/server/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/server/e_comp_wl.c
b/src/bin/server/e_comp_wl.c
index 2b9b69bda768e8f0e270a07cb91003a958d7db26..eda49e8ad48fd256ad746315776c100566f741eb 100644
(file)
--- a/
src/bin/server/e_comp_wl.c
+++ b/
src/bin/server/e_comp_wl.c
@@
-3644,6
+3644,8
@@
e_comp_wl_shutdown(void)
/* delete awake handler */
ecore_main_awake_handler_del(_e_comp_wl_cb_awake);
+ wl_display_destroy(comp->base.wl.disp);
+
e_comp_wl = NULL;
e_comp->wl_comp_data = NULL;
free(comp);