Fixed loop.c

This commit is contained in:
Vysheng 2014-09-24 14:35:27 +04:00
parent 4f7778c8e9
commit 5ec9a88872

1
loop.c
View file

@ -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) {