commit | a39de114f0ce6d73ed1e84582c0f66b227fb9d6e | [log] [tgz] |
---|---|---|
author | Satish Kumar Kodishala <quic_skodisha@quicinc.com> | Wed Jan 24 22:58:35 2024 +0530 |
committer | Satish Kumar Kodishala <quic_skodisha@quicinc.com> | Tue Jan 30 06:12:59 2024 -0800 |
tree | 50812f05f9d192b16b1d87c68ce247e23eaf64a1 | |
parent | 871b5dcf46db3230129ebdb6c8499c1db63a1ec0 [diff] |
Assign pointer with null after use Assign pointer with null after use. CRs-Fixed: 3713074 Change-Id: I08a1b3b95ec5d0f7f61ff9613b2e46acfa7e7ce1
diff --git a/jni/android_hardware_fm.cpp b/jni/android_hardware_fm.cpp index 76490ee..6809a27 100644 --- a/jni/android_hardware_fm.cpp +++ b/jni/android_hardware_fm.cpp
@@ -486,6 +486,7 @@ return; } vm->DetachCurrentThread(); + mCallbackEnv = NULL; } }