Revert "Do not dispatch queue"
[platform/core/api/efl-util.git] / 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;
      }