merchant

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

commit 0758e1c7440d7e54e353dd6382c70204a55043f1
parent ed4a5af83d31876722f7fdf5bf7b95644d9f47bd
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 10 Jul 2026 08:16:02 +0200

fix leak

Diffstat:
Msrc/lib/merchant_api_post-orders-ORDER_ID-pay.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/merchant_api_post-orders-ORDER_ID-pay.c b/src/lib/merchant_api_post-orders-ORDER_ID-pay.c @@ -981,6 +981,7 @@ TALER_MERCHANT_post_orders_pay_start ( if ( (NULL == poph->wallet_data) && (NULL != wallet_data) ) json_decref (wallet_data); + json_decref (j_output_tokens); } else {