all repos — tint2 @ e8a6c93b28dc047b9b613a0e74612c30ee838efc

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix tooltip use after free
o9000 mrovi9000@gmail.com
commit

e8a6c93b28dc047b9b613a0e74612c30ee838efc

parent

5e6e1184febc3a8d88aa1487f1b0a6c064cf9693

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/tooltip/tooltip.csrc/tooltip/tooltip.c

@@ -320,6 +320,7 @@ g_tooltip.mapped = False;

XUnmapWindow(server.display, g_tooltip.window); XFlush(server.display); } + g_tooltip.area = NULL; } void start_show_timeout()