-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reducing memory leaks in the built in status bar
This addresses several places where the interactions with xlib were leaking memory and/or having performance issues. There is still something leaking though as I can consistently cause the memory usage of my personal setup to increase by rapidly switching between screens and workspaces. Interestingly, running something like the layout-render example with a frame time of 200ms for multiple minutes shows consistent memory usage without any leaks so there is something in particular about the status bar itself which is causing this it seems.
- Loading branch information
Showing
5 changed files
with
99 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.