aboutsummaryrefslogtreecommitdiff
path: root/src/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/service.cpp')
-rw-r--r--src/service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service.cpp b/src/service.cpp
index f3fd33b..a8d6839 100644
--- a/src/service.cpp
+++ b/src/service.cpp
@@ -1141,8 +1141,8 @@ private:
GSettings *pMetacitySettings = NULL;
GSettings *pColorSchemeSettings = NULL;
gboolean bTest;
- guint nGreeterSubscription;
- GDBusConnection *pConnection;
+ guint nGreeterSubscription = 0;
+ GDBusConnection *pConnection = NULL;
gchar *sUser = NULL;
GSList *lUsers = NULL;
gboolean bReadingAccountsService = FALSE;