mirror of https://github.com/yandex/odyssey.git
odissey: free client object on close
This commit is contained in:
parent
c182d2cee9
commit
ccf3f3abdf
|
@ -49,6 +49,7 @@ void od_feclose(od_client_t *client)
|
||||||
client->io = NULL;
|
client->io = NULL;
|
||||||
}
|
}
|
||||||
od_clientlist_unlink(&pooler->client_list, client);
|
od_clientlist_unlink(&pooler->client_list, client);
|
||||||
|
od_clientfree(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
int od_feerror(od_client_t *client, char *fmt, ...)
|
int od_feerror(od_client_t *client, char *fmt, ...)
|
||||||
|
|
Loading…
Reference in New Issue