]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.c
missing a g_slice_free
[chaz/openbox] / openbox / focus_cycle_popup.c
index 3a2981dd4bd41abe9c8f8e4ff13423f7ba2462af..16770ed7d33d342d792f04df936fa13798895753 100644 (file)
@@ -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);
     }
This page took 0.024895 seconds and 4 git commands to generate.