summaryrefslogtreecommitdiff
path: root/bus/driver.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-06-17 20:41:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-06-17 20:41:24 +0100
commit907c0b36e9fff225aa5a43b0be13f709bc4b9534 (patch)
tree8321ae0a61703fa055ff342db95fe5f9f71a59f4 /bus/driver.c
parent54357a96923de7c3f15c26c27901a086a0ed84a3 (diff)
parent1b892db6ddb25ecb68c92c96a5fa74644c9d71b9 (diff)
downloaddbus-907c0b36e9fff225aa5a43b0be13f709bc4b9534.tar.gz
Merge branch 'dbus-1.8'
Conflicts: NEWS
Diffstat (limited to 'bus/driver.c')
-rw-r--r--bus/driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/driver.c b/bus/driver.c
index 23e75a21..379a47ee 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -1755,6 +1755,8 @@ bus_driver_handle_get_connection_credentials (DBusConnection *connection,
goto oom;
}
+ dbus_message_unref (reply);
+
return TRUE;
oom: