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

Commit 4c767751 authored by Brian Delwiche's avatar Brian Delwiche Committed by Automerger Merge Worker
Browse files

Merge "Fix UAF in ~CallbackEnv" into tm-dev am: d42f6181 am: 53a6e449

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