aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index 26ccabbcd..2d030f8af 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -3759,6 +3759,11 @@ GCC_stop_poll (struct CadetConnection *c, int fwd)
3759 GNUNET_SCHEDULER_cancel (fc->poll_task); 3759 GNUNET_SCHEDULER_cancel (fc->poll_task);
3760 fc->poll_task = NULL; 3760 fc->poll_task = NULL;
3761 } 3761 }
3762 if (NULL != fc->poll_msg)
3763 {
3764 GCC_cancel (fc->poll_msg);
3765 fc->poll_msg = NULL;
3766 }
3762} 3767}
3763 3768
3764 3769