From be9672b8c1c1c54b95acce457490154f3307992f Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sat, 3 May 2014 14:10:52 +0300 Subject: [PATCH] bluetooth: Remove redundant assignments --- src/modules/bluetooth/bluez5-util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c index 4d1111d2..89244a0e 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); -- 2.39.2