Remove gvariant free for dauble free 53/206753/1 accepted/tizen/unified/20190530.043059 submit/tizen/20190524.092408
authorhyunuktak <hyunuk.tak@samsung.com>
Fri, 24 May 2019 08:14:09 +0000 (17:14 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Fri, 24 May 2019 08:14:25 +0000 (17:14 +0900)
Change-Id: Ia3ed9d4ae536019ec735aaa02643a1258d2cb826
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/stc-manager.spec
plugin/monitor/stc-plugin-monitor-connection.c

index fbcc37b..55396af 100644 (file)
@@ -1,6 +1,6 @@
 Name:       stc-manager
 Summary:    STC(Smart Traffic Control) manager
-Version:    0.0.92
+Version:    0.0.93
 Release:    0
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index 010a6f2..1988a43 100755 (executable)
@@ -445,10 +445,6 @@ static stc_error_e __get_connected_profiles(GDBusConnection *connection)
                        }
 
                        g_connection_list = g_slist_append(g_connection_list, conn);
-
-                       g_free(object_path);
-                       g_variant_iter_free(next);
-                       continue;
                }
        }