summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daemon/gdm-x-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-x-session.c b/daemon/gdm-x-session.c
index 41e41184..6957c832 100644
--- a/daemon/gdm-x-session.c
+++ b/daemon/gdm-x-session.c
@@ -379,7 +379,7 @@ spawn_bus (State *state,
GInputStream *input_stream = NULL;
GDataInputStream *data_stream = NULL;
GDBusConnection *connection = NULL;
- GVariantBuilder *builder = NULL;
+ GVariantBuilder builder;
GVariant *reply = NULL;
GError *error = NULL;
const char *bus_env = NULL;