From 09cdae76f02ce7396fa0072cde90460a1522401f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 Jul 2011 21:12:50 +0000 Subject: [PATCH] another attempt at 1728 --- src/util/server_nc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.25.1