gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/04: fix codesonar finding: add GNUnet_free


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/04: fix codesonar finding: add GNUnet_free
Date: Tue, 26 Jun 2018 12:31:24 +0200

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

xrs pushed a commit to branch master
in repository gnunet.

commit 76bdf9756d9957386d5c3df7f8309696528a46e7
Author: xrs <address@hidden>
AuthorDate: Tue Jun 26 12:30:46 2018 +0200

    fix codesonar finding: add GNUnet_free
---
 src/rps/gnunet-service-rps.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 1b9681663..06adec8b5 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -4172,6 +4172,7 @@ shutdown_task (void *cls)
   {
     tmp_att_peer = att_peers_head;
     GNUNET_CONTAINER_DLL_remove (att_peers_head, att_peers_tail, tmp_att_peer);
+    GNUNET_free (tmp_att_peer);
   }
   #endif /* ENABLE_MALICIOUS */
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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