From 505a1289db1a7556d71324b87abe10aec0cfe7f5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Nov 2009 21:22:51 +0000 Subject: [PATCH] fix --- src/util/client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.25.1