diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c index 5f941f03c..cd539a6b0 100644 --- a/src/modules/bluetooth/bluez5-util.c +++ b/src/modules/bluetooth/bluez5-util.c @@ -1491,6 +1491,7 @@ static void adapter_free(pa_bluetooth_adapter *a) { if (d->adapter == a) device_set_adapter(d, NULL); + pa_hashmap_free(a->uuids); pa_xfree(a->path); pa_xfree(a->address); pa_xfree(a);