diff options
Diffstat (limited to 'src/testing/testing_api_cmd_post_orders.c')
-rw-r--r-- | src/testing/testing_api_cmd_post_orders.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |