all repos — openbox @ d45af3cb45f35ba639efac15675ed10b3515a7f0

openbox fork - make it a bit more like ryudo

missed a g_free() that should be g_slice_free()
Dana Jansens danakj@orodu.net
commit

d45af3cb45f35ba639efac15675ed10b3515a7f0

parent

343ca097f7321983e62cac14791d62e1331d8d87

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -702,7 +702,7 @@ {

/* this is all that got allocated to get the decorations */ frame_free(self->frame); - g_free(self); + g_slice_free(ObClient, self); } static gboolean client_can_steal_focus(ObClient *self, Time steal_time,