summaryrefslogtreecommitdiff
path: root/src/pq/pq_result_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-10-27 23:54:55 +0200
committerChristian Grothoff <christian@grothoff.org>2023-10-27 23:54:55 +0200
commit192e361811c93327c80af69b0f5280b30ceae682 (patch)
tree9eefd1c730d1212216a1f68fc1399954ebd0c39d /src/pq/pq_result_helper.c
parent47397c55f764ccd5a00a2626199d2a6772fb7db9 (diff)
downloadexchange-192e361811c93327c80af69b0f5280b30ceae682.tar.gz
exchange-192e361811c93327c80af69b0f5280b30ceae682.tar.bz2
exchange-192e361811c93327c80af69b0f5280b30ceae682.zip
fixes with respect to new blinding API
Diffstat (limited to 'src/pq/pq_result_helper.c')
-rw-r--r--src/pq/pq_result_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index 06c72267b..d9a3d8fd5 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -623,13 +623,13 @@ extract_denom_sig (void *cls,
if (sizeof (ubs->details.cs_signature) != len)
{
GNUNET_break (0);
+ GNUNET_free (ubs);
return GNUNET_SYSERR;
}
GNUNET_memcpy (&ubs->details.cs_signature,
res,
len);
sig->unblinded_sig = ubs;
- GNUNET_free (ubs);
return GNUNET_OK;
}
GNUNET_break (0);