Fix bug where Buffers were never freed
The issue was that, when reiniting Buffers, the intrusive linkedlist node was clobbered and we lost reference to it. That meant most of the Buffers would be memory leaks. Now, we save the node during reinitializion.
This commit is contained in:
parent
678d0563ed
commit
411f679491
3 changed files with 14 additions and 5 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
These are in rough order of my priority, though no promises I do them in this order.
|
||||
|
||||
- [ ] Fix mouse resizing
|
||||
- [ ] Add gap support
|
||||
- [ ] Support window tag/order caching between WM restarts (within a river session)
|
||||
- [ ] Add build-time options for including the wallpaper (and maybe bar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue