Do not dispatch queue 16/110416/1
authorJengHyun Kang <jhyuni.kang@samsung.com>
Mon, 16 Jan 2017 10:09:47 +0000 (19:09 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Mon, 16 Jan 2017 10:09:50 +0000 (19:09 +0900)
 : efl-util have a possible to suspend during _wl_shutdown
   if there is no queuing event

Change-Id: I9bca229941dd41f140ffa2da3a50f723e6f02138

src/efl_util.c

index 19b7ec5..7464164 100644 (file)
@@ -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;
      }