From: Stefan de Konink Date: Thu, 13 May 2010 20:48:52 +0000 (+0200) Subject: Forwarding change X-Git-Url: https://repo.or.cz/w/mistral.git/commitdiff_plain/9a68e1f7d22ecf998dd21988b9fe93e41ba938a6 Forwarding change --- diff --git a/mistral.c b/mistral.c index 5c5fe77..87b1ab4 100644 --- a/mistral.c +++ b/mistral.c @@ -167,6 +167,7 @@ static void goodbye_cb(struct ev_loop *loop, struct ev_timer *w, int revents) { ev_timer_stop(loop, &cli->ev_timeout); close(cli->fd); + free(cli); } static void write_cb(struct ev_loop *loop, struct ev_io *w, int revents)