commit 63f715831537b6a26ba7a3071941f91cf9d52470
parent 32af48c0d6c910065d266bb53490f8b0b01bbeb9
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 18 Feb 2024 11:45:47 +0100
-fix leak
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/challenger/challenger-httpd_authorize.c b/src/challenger/challenger-httpd_authorize.c
@@ -180,6 +180,7 @@ CH_handler_authorize (struct CH_HandlerContext *hc,
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Refusing authorization: zero address attempts left\n");
+ json_decref (last_address);
return TALER_MHD_redirect_with_oauth_status (
hc->connection,
redirect_uri,