fix a mem leak
This commit is contained in:
parent
41aeb42af1
commit
7b181fe23d
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ void focus_cycle_popup_hide(void)
|
|||
|
||||
g_free(t->text);
|
||||
XDestroyWindow(ob_display, t->win);
|
||||
g_free(t);
|
||||
|
||||
popup.targets = g_list_delete_link(popup.targets, popup.targets);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue