From: Christian Grothoff Date: Sun, 8 Nov 2009 21:22:51 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=505a1289db1a7556d71324b87abe10aec0cfe7f5;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/client.c b/src/util/client.c index 0f83f659a..bfeaccc25 100644 --- a/src/util/client.c +++ b/src/util/client.c @@ -708,8 +708,9 @@ client_delayed_retry (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Transmission failed due to shutdown.\n"); #endif + th->sock->th = NULL; th->notify (th->notify_cls, 0, NULL); - GNUNET_free (th); + GNUNET_free (th); return; } th->th = GNUNET_CONNECTION_notify_transmit_ready (th->sock->sock,