mem leak
This commit is contained in:
parent
ef4bec071b
commit
f03eef2795
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue