From 8e58281dccd1b7f3e5909fd43be5e6db6aaa2381 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Jul 2024 08:06:24 +0200 Subject: -normal free --- contrib/wallet-core | 2 +- src/testing/testing_api_cmd_post_orders.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/wallet-core b/contrib/wallet-core index 4ab59e1a..5934e007 160000 --- a/contrib/wallet-core +++ b/contrib/wallet-core @@ -1 +1 @@ -Subproject commit 4ab59e1a193145eb2622d3b62e8908c4a1bc0fa3 +Subproject commit 5934e007f637bd9834a811e67c0a030d7a59f2c0 diff --git a/src/testing/testing_api_cmd_post_orders.c b/src/testing/testing_api_cmd_post_orders.c index a0f2941c..65ced8e3 100644 --- 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 +} -- cgit v1.2.3