[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: fix memory leak
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: fix memory leak |
Date: |
Thu, 04 Jan 2018 21:54:33 +0100 |
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 088de93bc fix memory leak
088de93bc is described below
commit 088de93bcf0c7edb971bc630a0865282b3ea83a2
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 4 21:54:31 2018 +0100
fix memory leak
---
src/multicast/gnunet-service-multicast.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/multicast/gnunet-service-multicast.c
b/src/multicast/gnunet-service-multicast.c
index ba1086cc5..d01227e2c 100644
--- a/src/multicast/gnunet-service-multicast.c
+++ b/src/multicast/gnunet-service-multicast.c
@@ -664,6 +664,7 @@ client_send_random (struct GNUNET_HashCode *pub_key_hash,
if (n <= 0)
n = GNUNET_CONTAINER_multihashmap_get_random (members,
client_send_member_cb,
(void *) env);
+ GNUNET_MQ_discard (env);
return n;
}
--
To stop receiving notification emails like this one, please contact
address@hidden