summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJengHyun Kang <jhyuni.kang@samsung.com>2017-01-16 19:09:47 +0900
committerJengHyun Kang <jhyuni.kang@samsung.com>2017-01-16 19:09:50 +0900
commita91deb5f319ce6c2a84423dbfed5008b2690317a (patch)
tree6c6e104294a01e4def6633b6bcfd642b2412c449
parent1cdf9ceb46759043f8af94a219d7f1a755571620 (diff)
downloadefl-util-a91deb5f319ce6c2a84423dbfed5008b2690317a.tar.gz
efl-util-a91deb5f319ce6c2a84423dbfed5008b2690317a.tar.bz2
efl-util-a91deb5f319ce6c2a84423dbfed5008b2690317a.zip
Do not dispatch queue
: efl-util have a possible to suspend during _wl_shutdown if there is no queuing event Change-Id: I9bca229941dd41f140ffa2da3a50f723e6f02138
-rw-r--r--src/efl_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/efl_util.c b/src/efl_util.c
index 19b7ec5..7464164 100644
--- a/src/efl_util.c
+++ b/src/efl_util.c
@@ -402,7 +402,6 @@ _wl_shutdown(void)
if (_eflutil.wl.queue)
{
- wl_display_dispatch_queue(_eflutil.wl.dpy, _eflutil.wl.queue);
wl_event_queue_destroy(_eflutil.wl.queue);
_eflutil.wl.queue = NULL;
}