all repos — openbox @ f03eef279530d271640a6e146dc4d651921af3dd

openbox fork - make it a bit more like ryudo

mem leak
Dana Jansens danakj@orodu.net
commit

f03eef279530d271640a6e146dc4d651921af3dd

parent

ef4bec071b1b18ea937cef2da6e6ba8aebbe35c6

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

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

@@ -2199,6 +2199,8 @@ gethostname(localhost, 127);

localhost[127] = '\0'; if (strcmp(localhost, s) != 0) self->client_machine = s; + else + g_free(s); } }