commit 3212e95d33fe187414b10bc17e625066d015ac81
parent 06ddaf49f1e3d6109f93c774e927dfd1e49396ce
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 28 Jun 2026 09:10:07 +0200
badness
Diffstat:
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/json/json.c b/src/json/json.c
@@ -503,7 +503,6 @@ TALER_JSON_contract_part_forget (json_t *json,
json_object_del (fg,
field))
{
- json_decref (fp);
GNUNET_break (0);
return GNUNET_SYSERR;
}
diff --git a/src/mhd/mhd2_legal.c b/src/mhd/mhd2_legal.c
@@ -226,7 +226,7 @@ TALER_MHD2_reply_legal (struct MHD_Request *request,
p->language);
GNUNET_free (tmp);
}
- q = TALER_pattern_matches (langs,
+ q = TALER_pattern_matches (lang,
p->language);
if (q < best_lang_q)
continue;
diff --git a/src/util/secmod_eddsa.c b/src/util/secmod_eddsa.c
@@ -270,7 +270,7 @@ handle_sign_request (struct TES_Client *client,
break; /* do later */
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Deleting past key %s (expired %s ago)\n",
- TALER_B2S (&nxt->exchange_pub),
+ TALER_B2S (&key->exchange_pub),
GNUNET_TIME_relative2s (
GNUNET_TIME_absolute_get_duration (
GNUNET_TIME_absolute_add (key->anchor.abs_time,