On Tue, 2013-12-24 at 22:35 +0100, poljar (Damir Jeli?) wrote: > --- > 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); > } > Thanks, both patches applied. -- Tanu