Skip to content

Commit f923778

Browse files
committed
HideTracker: Remove queued update in destructor
1 parent 30ab868 commit f923778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ShellClients/HideTracker.vala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ public class Gala.HideTracker : Object {
5151
if (hide_timeout_id != 0) {
5252
Source.remove (hide_timeout_id);
5353
}
54+
55+
if (update_timeout_id != 0) {
56+
Source.remove (update_timeout_id);
57+
}
5458
}
5559

5660
construct {

0 commit comments

Comments
 (0)