mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bluez5-util: Free the adapter_path in device_free().
This commit is contained in:
parent
3535fd7a07
commit
f7afaa2644
1 changed files with 1 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ static void device_free(pa_bluetooth_device *d) {
|
||||||
pa_xfree(d->path);
|
pa_xfree(d->path);
|
||||||
pa_xfree(d->alias);
|
pa_xfree(d->alias);
|
||||||
pa_xfree(d->address);
|
pa_xfree(d->address);
|
||||||
|
pa_xfree(d->adapter_path);
|
||||||
pa_xfree(d);
|
pa_xfree(d);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue