bluez5: fix memory leak on device battery path

This commit is contained in:
Huang-Huang Bao 2021-03-18 09:49:50 +08:00 committed by Wim Taymans
parent e9adb2844e
commit d0636875ee
2 changed files with 19 additions and 16 deletions

View file

@ -394,6 +394,7 @@ struct spa_bt_device {
char *alias;
char *address;
char *adapter_path;
char *battery_path;
char *name;
char *icon;
uint32_t bluetooth_class;