summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_orders.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-05 20:48:08 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 20:48:08 +0200
commitf82923526d6f7f688677b15f416a3b41f9feff2b (patch)
tree0828efc987e87f9a21b366fca79ccbc228e7e50f /src/testing/testing_api_cmd_post_orders.c
parentdf3b47466499d0d937f3d53b259ae8efc8961aa8 (diff)
downloadmerchant-f82923526d6f7f688677b15f416a3b41f9feff2b.tar.gz
merchant-f82923526d6f7f688677b15f416a3b41f9feff2b.tar.bz2
merchant-f82923526d6f7f688677b15f416a3b41f9feff2b.zip
GNUNET_free_non_null -> GNUNET_free rename
Diffstat (limited to 'src/testing/testing_api_cmd_post_orders.c')
-rw-r--r--src/testing/testing_api_cmd_post_orders.c4
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 8e1cc3fc..0a1db61d 100644
--- a/src/testing/testing_api_cmd_post_orders.c
+++ b/src/testing/testing_api_cmd_post_orders.c
@@ -239,7 +239,7 @@ order_cb (void *cls,
hr->ec,
TALER_TESTING_interpreter_get_current_label (ps->is),
s);
- GNUNET_free_non_null (s);
+ GNUNET_free (s);
/**
* Not failing, as test cases are _supposed_
* to create non 200 OK situations.
@@ -352,7 +352,7 @@ orders_cleanup (void *cls,
}
json_decref (ps->contract_terms);
- GNUNET_free_non_null ((void *) ps->order_id);
+ GNUNET_free_nz ((void *) ps->order_id);
GNUNET_free (ps);
}