Skip to content

Commit

Permalink
Launcher: Fix memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 16, 2025
1 parent 2d88c0e commit 3265f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AppSystem/Launcher.vala
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ public class Dock.Launcher : Gtk.Box {
timed_animation = null;
bounce_down = null;
bounce_up = null;
fade = null;
reveal = null;
current_count_binding.unbind ();
}

Expand Down

0 comments on commit 3265f0e

Please sign in to comment.