summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/bluez5-util.c
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-05-03 14:10:52 +0300
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-05-03 14:10:52 +0300
commitbe9672b8c1c1c54b95acce457490154f3307992f (patch)
tree77f12e027c7ef5871ca246d8717585a5f6dab2b9 /src/modules/bluetooth/bluez5-util.c
parentc12aa68e02cd18d99c06ace96931b0ada9848ad2 (diff)
downloadpulseaudio-be9672b8c1c1c54b95acce457490154f3307992f.tar.gz
bluetooth: Remove redundant assignments
Diffstat (limited to 'src/modules/bluetooth/bluez5-util.c')
-rw-r--r--src/modules/bluetooth/bluez5-util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c
index 4d1111d25..89244a0e2 100644
--- a/src/modules/bluetooth/bluez5-util.c
+++ b/src/modules/bluetooth/bluez5-util.c
@@ -419,8 +419,6 @@ static void device_free(pa_bluetooth_device *d) {
if (d->uuids)
pa_hashmap_free(d->uuids);
- d->discovery = NULL;
- d->adapter = NULL;
pa_xfree(d->path);
pa_xfree(d->alias);
pa_xfree(d->address);