Diff between 90bdffaddb993a52961cb8bb3beebf97a1c87c3a and 3729ced0f6b157e8baa7f43acb1254fb0a6e21ae

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 8b47015..d275dea 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -5281,4 +5281,5 @@ void bt_bluetooth_unregister(void)
 	hal_ipc = NULL;
 
 	queue_destroy(unpaired_cb_list, NULL);
+	unpaired_cb_list = NULL;
 }