Diff between 6ceab6da4ced709ca4bf6d372b6181c56b35eceb and 9bc70e63b1cb2ea5bfc3166b5e1802fb77f8fc2c

Changed Files

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

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 48f5186..e534fc1 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -1684,7 +1684,9 @@ static void load_devices_info(bt_bluetooth_ready cb)
 	}
 
 	load_link_keys(keys, cb);
+	g_strfreev(devs);
 	g_slist_free_full(keys, g_free);
+	g_key_file_free(key_file);
 }
 
 static void read_info_complete(uint8_t status, uint16_t length,