We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8868cae commit 50f98d5Copy full SHA for 50f98d5
src/ShellClients/HideTracker.vala
@@ -47,6 +47,12 @@ public class Gala.HideTracker : Object {
47
Object (display: display, panel: panel);
48
}
49
50
+ ~HideTracker () {
51
+ if (hide_timeout_id != 0) {
52
+ Source.remove (hide_timeout_id);
53
+ }
54
55
+
56
construct {
57
// Can't be local otherwise we get a memory leak :(
58
// See https://gitlab.gnome.org/GNOME/vala/-/issues/1548
0 commit comments