[DA Patch]Change the _ws_flush 19/284219/2
authorjiung-yu <jiung.yu@samsung.com>
Sun, 13 Nov 2022 23:11:37 +0000 (08:11 +0900)
committerjiung-yu <jiung.yu@samsung.com>
Mon, 14 Nov 2022 04:06:34 +0000 (13:06 +0900)
Description: Change the _ws_flush when the _ws_process_group_finished
called for wfd block issue.
Change-Id: I84d616c6db9f82eb408400778150de5408e01713
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c

index e7b4882..ebc9cc7 100644 (file)
@@ -2876,11 +2876,11 @@ static void _ws_process_group_finished(GDBusConnection *connection,
 
        _ws_manage_group_iface_signal(interface, FALSE);
        memset(g_pd->group_iface_path, 0x0, DBUS_OBJECT_PATH_MAX);
-       _ws_flush();
-
        if (g_pd->callback->group_destroyed_cb)
                g_pd->callback->group_destroyed_cb(&event);
 
+       _ws_flush();
+
        __WDP_LOG_FUNC_EXIT__;
 }