commit 0f7bf998a3b47dd91686dc6ec2f1e0d03d712023 Author: Jacek Bukarewicz Date: Wed Jun 17 13:23:20 2015 +0200 Fix memleak in GetConnectionCredentials handler Reply message was not unreferenced when GetConnectionCredentials handler was successful. Signed-off-by: Jacek Bukarewicz diff --git a/bus/driver.c b/bus/driver.c index 23e75a2..87e24d7 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -1755,6 +1755,8 @@ bus_driver_handle_get_connection_credentials (DBusConnection *connection, goto oom; } + bus_message_unref (reply); + return TRUE; oom: