Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 7e6079219b2218f4c3f52521f4a2c521049d961a https://github.com/bluez/bluez/commit/7e6079219b2218f4c3f52521f4a2c521049d961a Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M src/gatt-database.c Log Message: ----------- gatt-database: Fix matching ImproperlyConfigured error Condition for ImproperlyConfigured error was not checking it correctly. Commit: 6fc599e334cead9cbd014f7830753bc28ee5868b https://github.com/bluez/bluez/commit/6fc599e334cead9cbd014f7830753bc28ee5868b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M src/gatt-database.c Log Message: ----------- gatt-database: Fix not calling pending_op_free acquire_write_reply needs to call pending_op_free once done with the op since it not called automatically as it is not passed as destroy function to g_dbus_proxy_method_call. Compare: https://github.com/bluez/bluez/compare/d2a2aabee646...6fc599e334ce To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications