Diff between 463796f7c8322dfcb4c1bc55aceb9977d7bb776f and f50c092b129c2433062fbf85981fce4ab5aa0ad1

Changed Files

File Additions Deletions Status
android/gatt.c +1 -1 modified

Full Patch

diff --git a/android/gatt.c b/android/gatt.c
index 3b1d38e..4d58d16 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -1196,7 +1196,7 @@ reply:
 
 	/* If this is last client do more cleaning */
 	connection_cleanup(dev);
-	dev = queue_remove_if(conn_list, match_dev_by_bdaddr, &dev->bdaddr);
+	queue_remove(conn_list, dev);
 	put_device_on_disc_list(dev);
 }