aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-07-09 08:06:24 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-07-09 08:06:56 +0200
commit8e58281dccd1b7f3e5909fd43be5e6db6aaa2381 (patch)
tree0de4334e7b5c4314661a448e54607022518cabc9
parentda7277d6f9ef98ea30f6cac22fe33563075581e6 (diff)
-normal free
m---------contrib/wallet-core0
-rw-r--r--src/testing/testing_api_cmd_post_orders.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/wallet-core b/contrib/wallet-core
-Subproject 4ab59e1a193145eb2622d3b62e8908c4a1bc0fa
+Subproject 5934e007f637bd9834a811e67c0a030d7a59f2c
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
+}