Branch: refs/heads/992906 Home: https://github.com/bluez/bluez Commit: aeb8ae110f05dc76472a3e73bf8adc0e1643cfe1 https://github.com/bluez/bluez/commit/aeb8ae110f05dc76472a3e73bf8adc0e1643cfe1 Author: Ye He <ye.he@xxxxxxxxxxx> Date: 2025-08-19 (Tue, 19 Aug 2025) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Fix setup double free with bis sink If try to remove the bis sink device that big sync lost with remote bis source, the following crash is observed: 0x00000a78 in ?? () 0x004c8970 in setup_free () 0x00551a78 in queue_remove_all () 0x00551abc in queue_destroy () 0x004cb590 in bap_data_remove () 0x004cb9f0 in bap_bcast_remove () 0x0051457c in service_remove () 0x005272e4 in device_remove () 0x0050e134 in adapter_remove_connection () 0x0050e24c in dev_disconnected () 0x00553478 in request_complete () 0x00554670 in can_read_data () 0x005850c4 in watch_callback () 0xf7d5ab9c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 0xf7d5af28 in ?? () from /usr/lib/libglib-2.0.so.0 Signed-off-by: Ye He <ye.he@xxxxxxxxxxx> To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications