exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 25c5ccf50ac9a183f68c951da75c4b951585702b
parent ac0a4cfd18714e37aa0034de3ec8fd5828c208d6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jun 2026 08:33:45 +0200

badness

Diffstat:
Msrc/lib/exchange_api_common.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c @@ -641,9 +641,9 @@ free_restrictions (unsigned int ar_len, case TALER_EXCHANGE_AR_DENY: break; case TALER_EXCHANGE_AR_REGEX: - GNUNET_free (ar->details.regex.posix_egrep); - GNUNET_free (ar->details.regex.human_hint); - json_decref (ar->details.regex.human_hint_i18n); + GNUNET_free (a->details.regex.posix_egrep); + GNUNET_free (a->details.regex.human_hint); + json_decref (a->details.regex.human_hint_i18n); break; } }