| commit | e818dd87f7c82b51bcffb859805780f1b1d197bd | [log] [tgz] |
|---|---|---|
| author | Claudio DeSouza <cdesouza@chromium.org> | Tue Jun 10 10:53:49 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 10:53:49 2025 |
| tree | 4c815d9869ce134eb538d15a26cdf9c7c0122ff9 | |
| parent | 7b1a4fdfdcf13a53f5a632de5b8e8b3ddd678080 [diff] |
[libaddressinput] Fix memory leak in `ChromeStorageImpl` This change corrects the memory leak in `ChromeStorageImpl::Put`, where the string is expected to be deleted after being used. This change adds the deletion, but there is a PR under way to correct these interfaces in libaddressinput itself. For reference: https://github.com/google/libaddressinput/pull/246 Bug: 423542167 Change-Id: I4186adea143755b04bc647905c9229a79d821be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6630330 Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Claudio DeSouza <cdesouza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1471688}
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.