Fix build error 77/229877/1 accepted/tizen/unified/20200603.150230 submit/tizen/20200406.074317 submit/tizen/20200529.030749
authorCheoleun Moon <chleun.moon@samsung.com>
Mon, 6 Apr 2020 07:28:55 +0000 (16:28 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Mon, 6 Apr 2020 07:29:14 +0000 (16:29 +0900)
Change-Id: I0f7c6183d79972f84c405f8fb63859036ae75ea1
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c

index 7ffd921..1610df7 100644 (file)
@@ -1804,8 +1804,8 @@ int ws_get_advertise_service(const char *peer_path, GList **asp_services)
                        WDP_LOGE("Failed to get iterator");
                        return -1;
                }
-               g_variant_unref(tmp2);
-               g_variant_unref(tmp1);
+               g_variant_unref(temp2);
+               g_variant_unref(temp1);
 
                while (1) {
                        /* 4byte advertisement ID, 2 byte config method, 1byte length */