commit fa07c79d81733bae7823dc70de5f013f0a1fc9f0 parent 79ed71113369b014987489f21c36449945fbc753 Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 15 Jul 2026 18:19:21 +0200 fix leak Diffstat:
| M | src/pq/pq_result_helper.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c @@ -1536,7 +1536,7 @@ array_cleanup (void *cls, GNUNET_assert (NULL != info->num); for (size_t i = 0; i < *info->num; i++) - GNUNET_free (denom_sigs[i].blinded_sig); + TALER_blinded_denom_sig_free (&denom_sigs[i]); } GNUNET_free (info); GNUNET_free (*dst);