mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
bluez5: backend-hsphfpd: Fix crash when switching profile to HFP
This commit is contained in:
parent
0720eb2aeb
commit
d607a461ce
1 changed files with 2 additions and 0 deletions
|
|
@ -811,6 +811,8 @@ static void hsphfpd_audio_acquire_reply(DBusPendingCall *pending, void *user_dat
|
|||
const char *agent_path;
|
||||
DBusError error;
|
||||
|
||||
dbus_error_init(&error);
|
||||
|
||||
backend->acquire_in_progress = false;
|
||||
|
||||
r = dbus_pending_call_steal_reply(pending);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue