commit 0f545aa02cfe572c8f0e381e38f317e5dcf4a843
parent 0ab453c2f96a0d8074df57f71f637e51a45cd67c
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 28 Apr 2023 22:32:04 +0200
-fix
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/challenger/challenger-httpd_challenge.c b/src/challenger/challenger-httpd_challenge.c
@@ -41,7 +41,7 @@ struct ChallengeContext
/**
* 0-terminated address information submitted to us.
*/
- char *addressp;
+ char *address;
/**
* Number of bytes in @a address, excluding 0-terminator.
@@ -65,6 +65,7 @@ cleanup_ctx (void *cls)
GNUNET_break_op (MHD_YES ==
MHD_destroy_post_processor (bc->pp));
}
+ GNUENT_free (bc->address);
GNUNET_free (bc);
}