aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 13:01:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 13:01:53 +0000
commit15aad21162a0ef20bbfc3d9be5ff500557e9a0d7 (patch)
tree095c8219d1b0480a39d24985ea1c1ac048025821 /src
parentb552dea05cbfacacf1c65c6eb1f54220f4e4beb5 (diff)
downloadgnunet-15aad21162a0ef20bbfc3d9be5ff500557e9a0d7.tar.gz
gnunet-15aad21162a0ef20bbfc3d9be5ff500557e9a0d7.zip
-fix
Diffstat (limited to 'src')
-rw-r--r--src/testing_old/testing.c2
1 files changed, 1 insertions, 1 deletions
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,
1991 if (ctx->d1th == NULL) 1991 if (ctx->d1th == NULL)
1992 { 1992 {
1993 GNUNET_CORE_disconnect (ctx->d1core); 1993 GNUNET_CORE_disconnect (ctx->d1core);
1994 GNUNET_free (ctx);
1995 if (NULL != ctx->cb) 1994 if (NULL != ctx->cb)
1996 ctx->cb (ctx->cb_cls, &ctx->d1->id, &ctx->d2->id, 0, ctx->d1->cfg, 1995 ctx->cb (ctx->cb_cls, &ctx->d1->id, &ctx->d2->id, 0, ctx->d1->cfg,
1997 ctx->d2->cfg, ctx->d1, ctx->d2, 1996 ctx->d2->cfg, ctx->d1, ctx->d2,
1998 _("Failed to connect to transport service!\n")); 1997 _("Failed to connect to transport service!\n"));
1998 GNUNET_free (ctx);
1999 return; 1999 return;
2000 } 2000 }
2001 GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == ctx->hello_send_task); 2001 GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == ctx->hello_send_task);