Fix i3bar Xorg memory leak (#4140)

The `*_free_*` calls in this branch:
51b0583578/i3bar/src/xcb.c (L1854)
are never called when we remove the output from the tailq during a
refresh.

Fixes #4123
This commit is contained in:
Orestis Floros
2020-06-27 00:10:53 +02:00
committed by GitHub
parent 51b0583578
commit 025743eaf9
2 changed files with 9 additions and 5 deletions

View File

@ -45,3 +45,4 @@ working. Please reach out to us in that case!
• set _NET_DESKTOP_VIEWPORT after randr changes
• fix a bug with i3-nagbar not starting after it has already started once
• fix conflict when moving parent of fullscreen window to workspace
• fix Xorg memory leak with i3bar