aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reclaim/oidc_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index 6a06d5440..e4949a037 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -451,7 +451,6 @@ OIDC_build_authz_code (const struct GNUNET_CRYPTO_EcdsaPrivateKey *issuer,
451 if (NULL != attrs_ser) 451 if (NULL != attrs_ser)
452 { 452 {
453 memcpy (buf_ptr, attrs_ser, attr_list_len); 453 memcpy (buf_ptr, attrs_ser, attr_list_len);
454 buf_ptr += attr_list_len;
455 GNUNET_free (attrs_ser); 454 GNUNET_free (attrs_ser);
456 } 455 }
457 // Generate ECDH key 456 // Generate ECDH key