Merge branch 'dbus-1.8'

Conflicts:
	NEWS
This commit is contained in:
Simon McVittie 2015-06-17 20:41:24 +01:00
commit 907c0b36e9
2 changed files with 7 additions and 0 deletions

5
NEWS
View file

@ -27,6 +27,11 @@ Configuration changes:
(fd.o #89280, Dimitri John Ledkov)
Fixes:
• Fix a memory leak when GetConnectionCredentials() succeeds
(fd.o #91008, Jacek Bukarewicz)
D-Bus 1.9.16 (2015-05-14)
==

View file

@ -1755,6 +1755,8 @@ bus_driver_handle_get_connection_credentials (DBusConnection *connection,
goto oom;
}
dbus_message_unref (reply);
return TRUE;
oom: