missing a g_slice_free
This commit is contained in:
parent
daa2e0ab71
commit
cfce98840a
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void focus_cycle_popup_shutdown(gboolean reconfig)
|
||||||
g_free(t->text);
|
g_free(t->text);
|
||||||
XDestroyWindow(obt_display, t->iconwin);
|
XDestroyWindow(obt_display, t->iconwin);
|
||||||
XDestroyWindow(obt_display, t->textwin);
|
XDestroyWindow(obt_display, t->textwin);
|
||||||
g_free(t);
|
g_slice_free(ObFocusCyclePopupTarget, t);
|
||||||
|
|
||||||
popup.targets = g_list_delete_link(popup.targets, popup.targets);
|
popup.targets = g_list_delete_link(popup.targets, popup.targets);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue