gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix memory leak


From: gnunet
Subject: [gnunet] branch master updated: -fix memory leak
Date: Thu, 01 Dec 2022 03:26:50 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

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

commit 7edc2569f7ecc0e671e25571a09d2b14d4756d5b
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 1 11:26:43 2022 +0900

    -fix memory leak
---
 src/reclaim/plugin_reclaim_credential_jwt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/reclaim/plugin_reclaim_credential_jwt.c 
b/src/reclaim/plugin_reclaim_credential_jwt.c
index 3c33d4076..3eb4bfebf 100644
--- a/src/reclaim/plugin_reclaim_credential_jwt.c
+++ b/src/reclaim/plugin_reclaim_credential_jwt.c
@@ -178,6 +178,7 @@ jwt_parse_attributes (void *cls,
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Failed to parse JSON %s\n", jwt_string);
+    GNUNET_free (jwt_string);
     return attrs;
   }
   GNUNET_STRINGS_base64url_decode (jwt_body, strlen (jwt_body),

-- 
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]