odissey: free client object on close

This commit is contained in:
Dmitry Simonenko 2017-02-20 15:08:40 +03:00
parent c182d2cee9
commit ccf3f3abdf
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ void od_feclose(od_client_t *client)
client->io = NULL;
}
od_clientlist_unlink(&pooler->client_list, client);
od_clientfree(client);
}
int od_feerror(od_client_t *client, char *fmt, ...)