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 e20b6b3b65cf212729cb29a60c5b8f6b2446054d..bc80fe9ad43c6b767353cd046029263d7fd6a667 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 a991af39c7e96d166d4f6c07631c018b9ff52ea1..4ff0e1bb05d6a6cde22d55b13bf85cb5c3dbe0b3 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)