[roll] Roll fuchsia [scrutiny] Remove memory leak created by Arc cycle EnginePlugin

The EnginePlugin holds a reference to the PluginManager that holds a
reference to the EnginePlugin when it's registered. This of course is
a cycle which creates a memory leak. Since Scrutiny holds the main
ownership of the Arc<Mutex<PluginManager>>, EnginePlugin now uses
Weak<Mutex<PluginManager>> so EnginePlugin only has a non-owning
reference.

Original-Bug: 88946
Original-Fixed: 96190
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/661464
Original-Revision: e28d31b29ce1356214014e4f9d99a05c50c21207
GitOrigin-RevId: 4c712341a77c2efa436ea0816f99d2df3d05f694
Change-Id: Ia4df6f2f38133060145180a438d6e2036f3bbc29
1 file changed
tree: f20a86942c03ecbf9724ac609f3b4a1789ec5ee0
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.