projects
/
platform
/
core
/
api
/
efl-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b8fdf
)
gesture: fix crash when using invalid wl_display
81/323881/1
author
duna.oh
<duna.oh@samsung.com>
Thu, 8 May 2025 11:05:44 +0000
(20:05 +0900)
committer
duna.oh
<duna.oh@samsung.com>
Thu, 8 May 2025 11:05:44 +0000
(20:05 +0900)
Change-Id: I483ac5804f04fd2a22224be93d96b6d6fc396d5f
src/efl_util.c
patch
|
blob
|
history
diff --git
a/src/efl_util.c
b/src/efl_util.c
index 4d6273b06b62736b9f3dd8e304f051c9fca28801..22816b4d2ea6074536a6276591c720ace3ab2380 100644
(file)
--- a/
src/efl_util.c
+++ b/
src/efl_util.c
@@
-448,7
+448,7
@@
_wl_init_default_queue(void)
wl_registry_add_listener(reg, &_wl_default_queue_reg_listener, NULL);
- ret = wl_display_roundtrip(_eflutil.wl.dpy);
+ ret = wl_display_roundtrip(_eflutil
_defaultqueue
.wl.dpy);
EINA_SAFETY_ON_TRUE_GOTO(ret < 0, fail);
wl_registry_destroy(reg);