Skip to content

Commit

Permalink
Fixed loop.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Vysheng committed Sep 24, 2014
1 parent b9878e5 commit 77bbb4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 77bbb4c

Please sign in to comment.