Fixed loop.c
This commit is contained in:
parent
4f7778c8e9
commit
5ec9a88872
1 changed files with 1 additions and 0 deletions
1
loop.c
1
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue