summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.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/backend/taler-merchant-httpd.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/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index b60eec4f..cbc7774b 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -532,7 +532,7 @@ handle_mhd_completion_callback (void *cls,
if (NULL != hc->cc)
hc->cc (hc->ctx);
TALER_MHD_parse_post_cleanup_callback (hc->json_parse_context);
- GNUNET_free_non_null (hc->infix);
+ GNUNET_free (hc->infix);
if (NULL != hc->request_body)
json_decref (hc->request_body);
if (NULL != hc->instance)