commit 75e7d071050d7d08e103c58b72ecb12e846eccb4 parent 2fe548c732fbe0cd46c1142b94f9597527a3a28f Author: Christian Grothoff <grothoff@gnunet.org> Date: Fri, 14 Aug 2026 23:32:06 +0200 fix leak Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c @@ -3877,6 +3877,7 @@ handle_output_token (struct PayContext *pc, { /* sign_token_envelopes() already queued up an error via pay_end() */ GNUNET_break_op (0); + GNUNET_CRYPTO_blind_sign_priv_decref (details.priv.private_key); return GNUNET_NO; } GNUNET_CRYPTO_blind_sign_priv_decref (details.priv.private_key);