Commit 77bbb4ce authored by Vysheng's avatar Vysheng

Fixed loop.c

parent b9878e5c
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment