From 001a8272d906a2a358d986b82a6082217e4525e2 Mon Sep 17 00:00:00 2001
From: ulfvonbelow <strilen@tilde.club>
Date: Sun, 29 Jan 2023 05:56:32 -0600
Subject: [PATCH] TESTING: don't leak barriers.

---
 src/testing/testing_api_loop.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index 7d719afc0..fc9f04c48 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -285,6 +285,7 @@ finish_test (void *cls)
   GNUNET_free (is->commands);
   is->rc (is->rc_cls,
           is->result);
+  TST_interpreter_delete_barriers (is);
   GNUNET_free (is->helper);
   GNUNET_free (is);
 }
-- 
2.38.1

