From 15aad21162a0ef20bbfc3d9be5ff500557e9a0d7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Sep 2012 13:01:53 +0000 Subject: -fix --- src/testing_old/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/testing_old/testing.c b/src/testing_old/testing.c index b09afca0a..be6f3dcb5 100644 --- a/src/testing_old/testing.c +++ b/src/testing_old/testing.c @@ -1991,11 +1991,11 @@ reattempt_daemons_connect (void *cls, if (ctx->d1th == NULL) { GNUNET_CORE_disconnect (ctx->d1core); - GNUNET_free (ctx); if (NULL != ctx->cb) ctx->cb (ctx->cb_cls, &ctx->d1->id, &ctx->d2->id, 0, ctx->d1->cfg, ctx->d2->cfg, ctx->d1, ctx->d2, _("Failed to connect to transport service!\n")); + GNUNET_free (ctx); return; } GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == ctx->hello_send_task); -- cgit v1.2.3