diff options
-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); } |