merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 662d1ca80502414b56d6b1d1f17f3ac00626addc
parent 577710bff80a4d9000886d6f3e42c747ddce868f
Author: MS <ms@taler.net>
Date:   Wed, 15 Jul 2020 17:33:33 +0200

reverting last change

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -532,8 +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); - if (NULL != hc->infix) - GNUNET_free (hc->infix); + GNUNET_free (hc->infix); if (NULL != hc->request_body) json_decref (hc->request_body); if (NULL != hc->instance)