aboutsummaryrefslogtreecommitdiff
path: root/src/application.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.c')
-rw-r--r--src/application.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/application.c b/src/application.c
index cb9be47..2eb1f73 100644
--- a/src/application.c
+++ b/src/application.c
@@ -774,9 +774,6 @@ _application_stop_chat(gpointer user_data)
774{ 774{
775 MESSENGER_Application *app = user_data; 775 MESSENGER_Application *app = user_data;
776 776
777 if (app->chat.messenger.idle)
778 GNUNET_SCHEDULER_cancel(app->chat.messenger.idle);
779
780 GNUNET_CHAT_disconnect(app->chat.messenger.handle); 777 GNUNET_CHAT_disconnect(app->chat.messenger.handle);
781 GNUNET_CHAT_stop(app->chat.messenger.handle); 778 GNUNET_CHAT_stop(app->chat.messenger.handle);
782 app->chat.messenger.handle = NULL; 779 app->chat.messenger.handle = NULL;