[at-spi2-core] At-spi-bus-launcher: fix uninitialized variable
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] At-spi-bus-launcher: fix uninitialized variable
- Date: Wed, 27 Jul 2016 16:57:56 +0000 (UTC)
commit 995a8cd70cad2a1e8d434a59d87e8cebd5817612
Author: Mike Gorse <mgorse suse com>
Date: Wed Jul 27 11:59:29 2016 -0500
At-spi-bus-launcher: fix uninitialized variable
bus/at-spi-bus-launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index 50e76f4..9a17c50 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -225,7 +225,7 @@ is_session_running_ready_cb (GObject *source_object,
A11yBusLauncher *app = user_data;
GVariant *values;
GError *error = NULL;
- gboolean is_running;
+ gboolean is_running = FALSE;
proxy = G_DBUS_PROXY (source_object);
values = g_dbus_proxy_call_finish (proxy, res, &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]