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: Mon, 09 Aug 2021 15:22:56 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

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

commit 7e7ddf0fef3fc28f44b558bdaf73b992133c8635
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 9 15:19:29 2021 +0200

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

diff --git a/src/conversation/conversation_api.c 
b/src/conversation/conversation_api.c
index 88fe8f11c..1984abdd6 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -645,6 +645,7 @@ GNUNET_CONVERSATION_phone_create (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
   GNUNET_CRYPTO_hash (line,
                       strlen (line),
                       &line_port);
+  GNUNET_free (line);
   phone = GNUNET_new (struct GNUNET_CONVERSATION_Phone);
   if (GNUNET_OK !=
       GNUNET_CRYPTO_get_peer_identity (cfg,

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