kike: mark an issue with FIXME
This commit is contained in:
parent
3ed519c1c5
commit
4b02030c80
4
kike.c
4
kike.c
@ -601,6 +601,10 @@ server_context_free (struct server_context *self)
|
|||||||
for (link = self->clients; link; link = tmp)
|
for (link = self->clients; link; link = tmp)
|
||||||
{
|
{
|
||||||
tmp = link->next;
|
tmp = link->next;
|
||||||
|
// FIXME: either make sure this isn't called (which it can as of now,
|
||||||
|
// see on_irc_quit_timeout) or fix client_free() to unregister from
|
||||||
|
// the poller before closing the socket (we could also just
|
||||||
|
// set .closed = true).
|
||||||
client_free (link);
|
client_free (link);
|
||||||
free (link);
|
free (link);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user