summaryrefslogtreecommitdiff
path: root/daemon/daemon-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon-main.c')
-rw-r--r--daemon/daemon-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon-main.c b/daemon/daemon-main.c
index 22cebe60..13e4780a 100644
--- a/daemon/daemon-main.c
+++ b/daemon/daemon-main.c
@@ -127,6 +127,7 @@ send_spawned (DBusConnection *connection, gboolean succeeded, char *error_messag
_g_dbus_oom ();
dbus_connection_send (connection, message, NULL);
+ dbus_message_unref (message);
/* Make sure the message is sent */
dbus_connection_flush (connection);
}