fix: cancel and free battery register pending call

This commit is contained in:
Dmitry Sharshakov 2021-03-11 18:09:51 +03:00 committed by Wim Taymans
parent 5c9028a94d
commit a0ac3ac8dd
2 changed files with 17 additions and 6 deletions

View file

@ -411,6 +411,8 @@ struct spa_bt_device {
struct spa_hook_list listener_list;
bool added;
DBusPendingCall *battery_pending_call;
};
struct a2dp_codec;