From 8031aae4cff1190302330797d149c20cc1404b8a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 May 2011 15:42:49 +0000 Subject: [PATCH] possible fix --- src/core/core_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/core_api.c b/src/core/core_api.c index 10531789d..4ffd07d9e 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -639,8 +639,9 @@ transmission_timeout (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Signalling timeout of request for transmission to CORE service\n"); #endif - GNUNET_assert (0 == th->get_message (th->get_message_cls, 0, NULL)); request_next_transmission (pr); + GNUNET_assert (0 == th->get_message (th->get_message_cls, 0, NULL)); + GNUNET_free (th); } -- 2.25.1