gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-challenger] branch master updated: -fix leak


From: gnunet
Subject: [taler-challenger] branch master updated: -fix leak
Date: Sun, 18 Feb 2024 13:04:37 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository challenger.

The following commit(s) were added to refs/heads/master by this push:
     new cde4ee7  -fix leak
cde4ee7 is described below

commit cde4ee7b4e55b428cdc6c4870595ad9c7cdbd79d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 18 13:04:34 2024 +0100

    -fix leak
---
 src/challenger/challenger-httpd_solve.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/challenger/challenger-httpd_solve.c 
b/src/challenger/challenger-httpd_solve.c
index ff5acf7..0bde4b3 100644
--- 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);
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]