bluetooth: Remove redundant assignments

This commit is contained in:
Tanu Kaskinen 2014-05-03 14:10:52 +03:00
parent c12aa68e02
commit be9672b8c1

View file

@ -419,8 +419,6 @@ static void device_free(pa_bluetooth_device *d) {
if (d->uuids) if (d->uuids)
pa_hashmap_free(d->uuids); pa_hashmap_free(d->uuids);
d->discovery = NULL;
d->adapter = NULL;
pa_xfree(d->path); pa_xfree(d->path);
pa_xfree(d->alias); pa_xfree(d->alias);
pa_xfree(d->address); pa_xfree(d->address);