Fix tooltip use after free
This commit is contained in:
parent
5e6e1184fe
commit
e8a6c93b28
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ void tooltip_hide(void *arg)
|
|||
XUnmapWindow(server.display, g_tooltip.window);
|
||||
XFlush(server.display);
|
||||
}
|
||||
g_tooltip.area = NULL;
|
||||
}
|
||||
|
||||
void start_show_timeout()
|
||||
|
|
Loading…
Reference in a new issue