diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-09 21:27:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-09 21:27:45 +0000 |
| commit | f03eef279530d271640a6e146dc4d651921af3dd (patch) | |
| tree | 714c2c5de8eec5f9491a055ad52d243e039a4d51 /openbox | |
| parent | ef4bec071b1b18ea937cef2da6e6ba8aebbe35c6 (diff) | |
mem leak
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 83c59030..9fbd0b2a 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2199,6 +2199,8 @@ static void client_get_session_ids(ObClient *self) localhost[127] = '\0'; if (strcmp(localhost, s) != 0) self->client_machine = s; + else + g_free(s); } } |
