mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
gdmUtil: Fix SignalTracker leak in ShellUserVerifier
ShellUserVerifier was connecting to UserVerifierChoiceList signals using
SignalTracker, but never disconnected those, leading to the
corresponding SignalTracker being leaked.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6395
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2637>
(cherry picked from commit 1236bf8f09)
This commit is contained in:
parent
e428a7f8da
commit
afbb94c35a
1 changed files with 1 additions and 0 deletions
|
|
@ -509,6 +509,7 @@ var ShellUserVerifier = class {
|
|||
|
||||
_disconnectSignals() {
|
||||
this._userVerifier?.disconnectObject(this);
|
||||
this._userVerifierChoiceList?.disconnectObject(this);
|
||||
}
|
||||
|
||||
_getForegroundService() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue