diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js index 0666294fe..6b2480b1b 100644 --- a/js/gdm/authPrompt.js +++ b/js/gdm/authPrompt.js @@ -123,6 +123,8 @@ const AuthPrompt = new Lang.Class({ _onDestroy: function() { this._userVerifier.clear(); + this._userVerifier.disconnectAll(); + this._userVerifier = null; }, _initButtons: function() {