This commit is contained in:
Dana Jansens 2007-05-09 21:27:45 +00:00
parent ef4bec071b
commit f03eef2795

View file

@ -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);
}
}