aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_test_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_test_lib.c')
-rw-r--r--src/cadet/cadet_test_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cadet/cadet_test_lib.c b/src/cadet/cadet_test_lib.c
index 1df6bff0d..20ef028b2 100644
--- a/src/cadet/cadet_test_lib.c
+++ b/src/cadet/cadet_test_lib.c
@@ -241,6 +241,7 @@ GNUNET_CADET_TEST_cleanup (struct GNUNET_CADET_TEST_Context *ctx)
241 } 241 }
242 GNUNET_free (ctx->ops); 242 GNUNET_free (ctx->ops);
243 GNUNET_free (ctx->cadets); 243 GNUNET_free (ctx->cadets);
244 GNUNET_free (ctx->handlers);
244 GNUNET_free (ctx); 245 GNUNET_free (ctx);
245 GNUNET_SCHEDULER_shutdown (); 246 GNUNET_SCHEDULER_shutdown ();
246} 247}