Fix double unref 86/184586/1 accepted/tizen/unified/20180723.083230 submit/tizen/20180720.042548
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 19 Jul 2018 04:36:06 +0000 (13:36 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 19 Jul 2018 04:36:09 +0000 (13:36 +0900)
Change-Id: Ia5c296bb2bcf2940a8fd2364f54a3efc2ae4f191

src/tethering.c

index 9afcb84..ba661ff 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)