]> code.delx.au - pulseaudio/blobdiff - src/modules/bluetooth/bluez5-util.c
Fix a few "it's -> its" typos
[pulseaudio] / src / modules / bluetooth / bluez5-util.c
index c7fb6ae5a4938096975a1e8f9b380574c3e293dc..4d1111d2563133db9a67809bafe9a4e2c7e383b8 100644 (file)
@@ -424,6 +424,7 @@ static void device_free(pa_bluetooth_device *d) {
     pa_xfree(d->path);
     pa_xfree(d->alias);
     pa_xfree(d->address);
+    pa_xfree(d->adapter_path);
     pa_xfree(d);
 }
 
@@ -1232,7 +1233,7 @@ static DBusMessage *endpoint_set_configuration(DBusConnection *conn, DBusMessage
             goto fail2;
         }
     } else {
-        /* InterfacesAdded signal is probably on it's way, device_info_valid is kept as 0. */
+        /* InterfacesAdded signal is probably on its way, device_info_valid is kept as 0. */
         pa_log_warn("SetConfiguration() received for unknown device %s", dev_path);
         d = device_create(y, dev_path);
     }