mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
fix: cancel and free battery register pending call
This commit is contained in:
parent
5c9028a94d
commit
a0ac3ac8dd
2 changed files with 17 additions and 6 deletions
|
|
@ -411,6 +411,8 @@ struct spa_bt_device {
|
|||
|
||||
struct spa_hook_list listener_list;
|
||||
bool added;
|
||||
|
||||
DBusPendingCall *battery_pending_call;
|
||||
};
|
||||
|
||||
struct a2dp_codec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue