From 77bbb4cef0d815a7976539a63a9398d52eb84ddc Mon Sep 17 00:00:00 2001 From: Vysheng Date: Wed, 24 Sep 2014 14:35:27 +0400 Subject: [PATCH] Fixed loop.c --- loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/loop.c b/loop.c index 1362952..f3ec7de 100644 --- a/loop.c +++ b/loop.c @@ -205,6 +205,7 @@ void net_loop (int flags, int (*is_end)(void)) { if (term_ev) { event_free (term_ev); + term_ev = 0; } if (verbosity >= E_DEBUG) {