Skip to content

Commit 77bbb4c

Browse files
author
Vysheng
committed
Fixed loop.c
1 parent b9878e5 commit 77bbb4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loop.c

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ void net_loop (int flags, int (*is_end)(void)) {
205205

206206
if (term_ev) {
207207
event_free (term_ev);
208+
term_ev = 0;
208209
}
209210

210211
if (verbosity >= E_DEBUG) {

0 commit comments

Comments
 (0)