gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 03/04: fix codesonar finding 2289.9403


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/04: fix codesonar finding 2289.9403
Date: Tue, 03 Jul 2018 23:30:00 +0200

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

xrs pushed a commit to branch master
in repository gnunet.

commit bdb1ee3242fe915f2648295f7430fab70eb31121
Author: xrs <address@hidden>
AuthorDate: Tue Jul 3 22:58:38 2018 +0200

    fix codesonar finding 2289.9403
---
 src/multicast/test_multicast_multipeer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/multicast/test_multicast_multipeer.c 
b/src/multicast/test_multicast_multipeer.c
index 92209b774..7766ff875 100644
--- a/src/multicast/test_multicast_multipeer.c
+++ b/src/multicast/test_multicast_multipeer.c
@@ -160,6 +160,7 @@ notify (void *cls,
 
   *data_size = sizeof (struct pingpong_msg);
   GNUNET_memcpy(data, pp_msg, *data_size);
+  GNUNET_free (pp_msg);
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Peer #%u sents ping to origin\n", mc_peer->peer);

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



reply via email to

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