From f82923526d6f7f688677b15f416a3b41f9feff2b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jul 2020 20:48:08 +0200 Subject: GNUNET_free_non_null -> GNUNET_free rename --- src/backend/taler-merchant-httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/taler-merchant-httpd.c') 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) -- cgit v1.2.3