all repos — openbox @ a891a188d0edc740cc1ba19025df1844c6a83f76

openbox fork - make it a bit more like ryudo

a couple more g_free() to g_slice_free()'s
Dana Jansens danakj@orodu.net
commit

a891a188d0edc740cc1ba19025df1844c6a83f76

parent

d179d6428ae585a3b8a13479bfe4586e41de2ff9

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

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

@@ -502,7 +502,7 @@ /* update the list hints */

client_set_list(); /* free the ObAppSettings shallow copy */ - g_free(settings); + g_slice_free(ObAppSettings, settings); ob_debug("Managed window 0x%lx plate 0x%x (%s)", window, self->frame->window, self->class);

@@ -536,7 +536,7 @@ self->frame->size.left, self->frame->size.right,

self->frame->size.top, self->frame->size.bottom); /* free the ObAppSettings shallow copy */ - g_free(settings); + g_slice_free(ObAppSettings, settings); return self; }