Diff between 8e8d7266943fd33e70ba11d316a7fbcd5e7bf833 and 0f7aa56363fd02ff32dc850973f63cf747dcc619

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 c3f5203..5a4f136 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -5348,6 +5348,8 @@ bool bt_bluetooth_register(struct ipc *ipc, uint8_t mode)
 
 failed:
 	queue_destroy(unpaired_cb_list, NULL);
+	unpaired_cb_list = NULL;
+
 	return false;
 }