Fixed loop.c

This commit is contained in:
Vysheng 2014-09-24 14:35:27 +04:00
parent b9878e5c1a
commit 77bbb4cef0

1
loop.c
View File

@ -205,6 +205,7 @@ void net_loop (int flags, int (*is_end)(void)) {
if (term_ev) { if (term_ev) {
event_free (term_ev); event_free (term_ev);
term_ev = 0;
} }
if (verbosity >= E_DEBUG) { if (verbosity >= E_DEBUG) {