commit 8e58281dccd1b7f3e5909fd43be5e6db6aaa2381
parent da7277d6f9ef98ea30f6cac22fe33563075581e6
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 9 Jul 2024 08:06:24 +0200
-normal free
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/testing/testing_api_cmd_post_orders.c b/src/testing/testing_api_cmd_post_orders.c
@@ -361,7 +361,7 @@ order_cb (void *cls,
(int) por->hr.ec,
TALER_TESTING_interpreter_get_current_label (ps->is),
s);
- GNUNET_free (s);
+ free (s);
/**
* Not failing, as test cases are _supposed_
* to create non 200 OK situations.
@@ -1009,4 +1009,4 @@ TALER_TESTING_cmd_merchant_post_orders_choices (
return cmd;
}
-}
-\ No newline at end of file
+}