--- src/modules/bluetooth/bluez5-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c index c7fb6ae..7eecc18 100644 --- a/src/modules/bluetooth/bluez5-util.c +++ b/src/modules/bluetooth/bluez5-util.c @@ -424,6 +424,7 @@ static void device_free(pa_bluetooth_device *d) { pa_xfree(d->path); pa_xfree(d->alias); pa_xfree(d->address); + pa_xfree(d->adapter_path); pa_xfree(d); } -- 1.8.5.2