Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d42f6181 authored by Brian Delwiche's avatar Brian Delwiche Committed by Android (Google) Code Review
Browse files

Merge "Fix UAF in ~CallbackEnv" into tm-dev

parents 0b68bd68 7a5c71c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -631,6 +631,7 @@ static void callback_thread_event(bt_cb_thread_evt event) {
    }
    vm->DetachCurrentThread();
    sHaveCallbackThread = false;
    callbackEnv = NULL;
  }
}