From 9a68e1f7d22ecf998dd21988b9fe93e41ba938a6 Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Thu, 13 May 2010 22:48:52 +0200 Subject: [PATCH] Forwarding change --- mistral.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.4.GIT