summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-11 22:49:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-11 22:49:01 +0000
commit4c60b528459624a2a94337318499fcabb7529fdc (patch)
treee398cf7abff4e9184f1d8aab1ea387fbad692c35
parente292a90d26caa00eb1fca0eb4761b5e9c51c9551 (diff)
parente73b25f9642f7dd203adcc3cf66b05a9c46942f9 (diff)
downloadBluetooth-android11-security-release.tar.gz
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24946343'] into security-aosp-rvc-release.android-security-11.0.0_r76android-security-11.0.0_r75android-security-11.0.0_r74android11-security-release
Change-Id: I5362e7d1c67b96465eb595821a97edb6c58df0ad
-rw-r--r--jni/com_android_bluetooth_btservice_AdapterService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/jni/com_android_bluetooth_btservice_AdapterService.cpp b/jni/com_android_bluetooth_btservice_AdapterService.cpp
index 3e4d27289..e0a16f52a 100644
--- a/jni/com_android_bluetooth_btservice_AdapterService.cpp
+++ b/jni/com_android_bluetooth_btservice_AdapterService.cpp
@@ -404,6 +404,7 @@ static void callback_thread_event(bt_cb_thread_evt event) {
}
vm->DetachCurrentThread();
sHaveCallbackThread = false;
+ callbackEnv = NULL;
}
}