Revert "Do not dispatch queue" 73/110573/1
authorJengHyun Kang <jhyuni.kang@samsung.com>
Tue, 17 Jan 2017 05:29:38 +0000 (14:29 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Tue, 17 Jan 2017 05:30:12 +0000 (14:30 +0900)
This reverts commit a91deb5f319ce6c2a84423dbfed5008b2690317a.

Change-Id: Iae373c9f8a7cdc15f28de2941b1daf0d989bb18b

src/efl_util.c

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