diff --git a/core/od_fe.c b/core/od_fe.c index 8625c904..1a3f0aca 100644 --- a/core/od_fe.c +++ b/core/od_fe.c @@ -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, ...)