all repos — openbox @ 01a60706be14d7bd20ec527935ee005e90de9bf2

openbox fork - make it a bit more like ryudo

fix a mem leak
Dana Jansens danakj@orodu.net
commit

01a60706be14d7bd20ec527935ee005e90de9bf2

parent

7b181fe23d724b2057efc383b1bdadc837bad2fb

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

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

@@ -798,6 +798,7 @@ for (j = 0; j < self->nicons; ++j)

g_free(self->icons[j].data); if (self->nicons > 0) g_free(self->icons); + g_free(self->startup_id); g_free(self->wm_command); g_free(self->title); g_free(self->icon_title);