Merge "free memory after g_variant_get" into tizen
[platform/core/api/tethering.git] / src / tethering.c
index 45817c6..8139059 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)