From: Christian Grothoff Date: Thu, 7 Jul 2011 21:12:50 +0000 (+0000) Subject: another attempt at 1728 X-Git-Tag: initial-import-from-subversion-38251~17944 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09cdae76f02ce7396fa0072cde90460a1522401f;p=oweals%2Fgnunet.git another attempt at 1728 --- diff --git a/src/util/server_nc.c b/src/util/server_nc.c index d423c4a51..56d79c18e 100644 --- a/src/util/server_nc.c +++ b/src/util/server_nc.c @@ -186,12 +186,12 @@ handle_client_disconnect (void *cls, pml); GNUNET_free (pml); } - GNUNET_SERVER_client_drop (client); if (pos->th != NULL) { GNUNET_CONNECTION_notify_transmit_ready_cancel (pos->th); pos->th = NULL; } + GNUNET_SERVER_client_drop (client); GNUNET_free (pos); }