Diff between 47536a57a9eb12a286e4a45840f5a2be2501c032 and 044baf78efa847a02472cbc0bf0257c365821d7a

Changed Files

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

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 11b9d76..aa684bd 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -450,6 +450,7 @@ static void update_records(struct browse_req *req, sdp_list_t *recs)
 			memcpy(&uuid128, tmp, sizeof(uuid_t));
 			break;
 		default:
+			sdp_list_free(svcclass, free);
 			continue;
 		}