[pulseaudio-commits] 2 commits - src/modules

Tanu Kaskinen tanuk at kemper.freedesktop.org
Sat May 3 05:50:20 PDT 2014


 src/modules/bluetooth/bluez5-util.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 3af39c648f33bb8f06550669c9b295afa728468f
Author: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Date:   Sat May 3 14:21:31 2014 +0300

    bluetooth: Fix a copy-paste error in log message

diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c
index 89244a0..a57322b 100644
--- a/src/modules/bluetooth/bluez5-util.c
+++ b/src/modules/bluetooth/bluez5-util.c
@@ -779,7 +779,7 @@ static void parse_interfaces_and_properties(pa_bluetooth_discovery *y, DBusMessa
             pa_bluetooth_adapter *a;
 
             if ((a = pa_hashmap_get(y->adapters, path))) {
-                pa_log_error("Found duplicated D-Bus path for device %s", path);
+                pa_log_error("Found duplicated D-Bus path for adapter %s", path);
                 return;
             } else
                 a = adapter_create(y, path);

commit be9672b8c1c1c54b95acce457490154f3307992f
Author: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Date:   Sat May 3 14:10:52 2014 +0300

    bluetooth: Remove redundant assignments

diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c
index 4d1111d..89244a0 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);



More information about the pulseaudio-commits mailing list