[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-challenger] 01/02: -fix
From: |
gnunet |
Subject: |
[taler-challenger] 01/02: -fix |
Date: |
Fri, 28 Apr 2023 23:03:00 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository challenger.
commit 0f545aa02cfe572c8f0e381e38f317e5dcf4a843
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 28 22:32:04 2023 +0200
-fix
---
src/challenger/challenger-httpd_challenge.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/challenger/challenger-httpd_challenge.c
b/src/challenger/challenger-httpd_challenge.c
index 3b4e405..f3fca5a 100644
--- 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);
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.