Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loop.c b/loop.c
index 1362952..f3ec7de 100644
--- a/loop.c
+++ b/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) {