diff options
author | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-05-03 14:10:52 +0300 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-05-03 14:10:52 +0300 |
commit | be9672b8c1c1c54b95acce457490154f3307992f (patch) | |
tree | 77f12e027c7ef5871ca246d8717585a5f6dab2b9 /src/modules/bluetooth/bluez5-util.c | |
parent | c12aa68e02cd18d99c06ace96931b0ada9848ad2 (diff) | |
download | pulseaudio-be9672b8c1c1c54b95acce457490154f3307992f.tar.gz |
bluetooth: Remove redundant assignments
Diffstat (limited to 'src/modules/bluetooth/bluez5-util.c')
-rw-r--r-- | src/modules/bluetooth/bluez5-util.c | 2 |
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); |