Skip to content
Commit d57953ad authored by Sebastian Keller's avatar Sebastian Keller Committed by Marge Bot
Browse files

Revert "signalTracker: Use WeakMap in SignalManager to avoid leaking objects"

This reverts commit 085102be.

We need the SignalManager map top be iterable at shutdown for some of
the following changes. A WeakMap is not iterable. This revert changes it
back to a regular Map, which re-introduces the leaks caused by this.
Those will be fixed differently by the two followup commits.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2466>
parent 6a23e8ee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment