mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 18:08:01 +02:00
Merge branch 'dbus-1.8'
Conflicts: NEWS
This commit is contained in:
commit
907c0b36e9
2 changed files with 7 additions and 0 deletions
5
NEWS
5
NEWS
|
|
@ -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)
|
||||
==
|
||||
|
||||
|
|
|
|||
|
|
@ -1755,6 +1755,8 @@ bus_driver_handle_get_connection_credentials (DBusConnection *connection,
|
|||
goto oom;
|
||||
}
|
||||
|
||||
dbus_message_unref (reply);
|
||||
|
||||
return TRUE;
|
||||
|
||||
oom:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue