]> code.delx.au - pulseaudio/commitdiff
bluetooth: Remove redundant assignments
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 3 May 2014 11:10:52 +0000 (14:10 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 3 May 2014 11:10:52 +0000 (14:10 +0300)
src/modules/bluetooth/bluez5-util.c

index 4d1111d2563133db9a67809bafe9a4e2c7e383b8..89244a0e2ead0b2f89eb239650a4d46331240c5e 100644 (file)
@@ -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);