mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: bluez: free spa_bt_transport::configuration
`spa_bt_transport_free()` did not free `spa_bt_transport::configuration`, so fix that.
This commit is contained in:
parent
5942c282a2
commit
abe8c3581f
1 changed files with 1 additions and 0 deletions
|
|
@ -2669,6 +2669,7 @@ void spa_bt_transport_free(struct spa_bt_transport *transport)
|
|||
|
||||
spa_list_remove(&transport->bap_transport_linked);
|
||||
|
||||
free(transport->configuration);
|
||||
free(transport->endpoint_path);
|
||||
free(transport->path);
|
||||
free(transport);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue