commit cde4ee7b4e55b428cdc6c4870595ad9c7cdbd79d parent 500fb579164c307d8475ce69e7c74f928e6000ac Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 18 Feb 2024 13:04:34 +0100 -fix leak Diffstat:
| M | src/challenger/challenger-httpd_solve.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/challenger/challenger-httpd_solve.c b/src/challenger/challenger-httpd_solve.c @@ -100,6 +100,7 @@ cleanup_ctx (void *cls) } GNUNET_free (bc->pin); GNUNET_free (bc->state); + GNUNET_free (bc->client_redirect_uri); GNUNET_free (bc); }