From cfce98840ac138675971f8421032da9e0030ecc7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Feb 2010 15:36:44 -0500 Subject: [PATCH] missing a g_slice_free --- openbox/focus_cycle_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 3a2981dd..16770ed7 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -220,7 +220,7 @@ void focus_cycle_popup_shutdown(gboolean reconfig) g_free(t->text); XDestroyWindow(obt_display, t->iconwin); XDestroyWindow(obt_display, t->textwin); - g_free(t); + g_slice_free(ObFocusCyclePopupTarget, t); popup.targets = g_list_delete_link(popup.targets, popup.targets); } -- 2.44.0