[pulseaudio-discuss] [PATCH 1/2] bluez5-util: Free the adapter_path in device_free().

Tanu Kaskinen tanu.kaskinen at linux.intel.com
Fri Jan 3 03:19:24 PST 2014


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



More information about the pulseaudio-discuss mailing list