commit | 5fb5e5990da878635117319d244730ace7b86758 | [log] [tgz] |
---|---|---|
author | John Rummell <jrummell@chromium.org> | Mon Apr 07 20:03:10 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 07 20:03:10 2025 |
tree | d383fb46714b8009538ec5edeacf2df29f574afd | |
parent | d1d408af2fc44106621601a3b35942fdbe2e8cb0 [diff] |
Ensure helper object released after call Looks like the helper object is not released in one place, so update the code to free it. Also updates the OnServiceClosed() method to not attempt to use the callback if it no longer exists. Bug: 335741638 Change-Id: Ifcf1c59bb4206fd1e49a3720bcfcc625936c93a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438355 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by: Vikram Pasupathy <vpasupathy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443710}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.