diff options
author | Tristan Schwieren <tristan.schwieren@tum.de> | 2022-05-10 10:31:45 +0200 |
---|---|---|
committer | Tristan Schwieren <tristan.schwieren@tum.de> | 2022-05-10 10:31:45 +0200 |
commit | 8dacfb0e42213109406a37efc7c768b26d329abb (patch) | |
tree | 5618a02fb842d8b2ebacb521cfcb6d6f9d1c6678 | |
parent | 222b0412ebd4f4c219132af3b6036c4c4de235d8 (diff) |
- cleanupdev/trizuz/oidc_RSA256
-rw-r--r-- | src/reclaim/plugin_rest_openid_connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c index fd760b6c8..0ffe1b6c8 100644 --- a/src/reclaim/plugin_rest_openid_connect.c +++ b/src/reclaim/plugin_rest_openid_connect.c @@ -2714,7 +2714,7 @@ jwks_endpoint (struct GNUNET_REST_RequestHandle *con_handle, handle->proc (handle->proc_cls, resp, MHD_HTTP_OK); json_decref (oidc_jwk); GNUNET_free (oidc_jwk_pub_str); - free (oidc_jwk_pub_str); + GNUNET_free (oidc_jwk_pub_str); cleanup_handle (handle); } |