diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-10-27 23:54:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-10-27 23:54:55 +0200 |
commit | 192e361811c93327c80af69b0f5280b30ceae682 (patch) | |
tree | 9eefd1c730d1212216a1f68fc1399954ebd0c39d /src/pq | |
parent | 47397c55f764ccd5a00a2626199d2a6772fb7db9 (diff) |
fixes with respect to new blinding API
Diffstat (limited to 'src/pq')
-rw-r--r-- | src/pq/pq_result_helper.c | 2 |
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); |