Fix duplicated unref() 09/160009/1 accepted/tizen/unified/20171117.125010 submit/tizen/20171116.232504
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 14 Nov 2017 06:08:19 +0000 (15:08 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 14 Nov 2017 06:08:24 +0000 (15:08 +0900)
Change-Id: I57c39c36f368c7c429a6df2769e7d5a4a0068a61

packaging/capi-network-tethering.spec
src/tethering.c

index e20b6b3..bc80fe9 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-tethering
 Summary:       Tethering Framework
-Version:       1.0.54
+Version:       1.0.55
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index a991af3..4ff0e1b 100755 (executable)
@@ -146,7 +146,6 @@ static void __send_dbus_signal(GDBusConnection *conn, const char *signal_name, c
                ERR("g_dbus_connection_emit_signal is failed because  %s\n", error->message); //LCOV_EXCL_LINE
                g_error_free(error); //LCOV_EXCL_LINE
        }
-       g_variant_unref(message);
 }
 
 static bool __any_tethering_is_enabled(tethering_h tethering)