merchant

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

commit b557d5c8fc5550e9ec854fdd224977dc68ffa40a
parent eeb9989d16a8e5039cb4e47c41161626410576d6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Feb 2026 23:21:46 +0100

add forgotten cleanup

Diffstat:
Msrc/backend/taler-merchant-httpd_private-get-orders.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c b/src/backend/taler-merchant-httpd_private-get-orders.c @@ -288,6 +288,11 @@ cleanup (void *ctx) po); MHD_resume_connection (po->con); } + if (NULL != po->order_timeout_task) + { + GNUNET_SCHEDULER_cancel (po->order_timeout_task); + po->order_timeout_task = NULL; + } json_decref (po->pa); GNUNET_free (po->summary_filter); switch (po->format)