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:
Barnabás Pőcze 2023-07-13 21:27:53 +02:00
parent 5942c282a2
commit abe8c3581f

View file

@ -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);