gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 07/28: fix memory leak


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 07/28: fix memory leak
Date: Fri, 10 Mar 2017 18:18:51 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit cc149d0c2fffb6baffa9ad30706cae120fa337a6
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 17:28:57 2017 +0100

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

diff --git a/src/block/bg_bf.c b/src/block/bg_bf.c
index 1a17ec84e..3e7d38892 100644
--- a/src/block/bg_bf.c
+++ b/src/block/bg_bf.c
@@ -77,6 +77,7 @@ bf_group_serialize_cb (struct GNUNET_BLOCK_Group *bg,
                                                  raw,
                                                  gi->bf_size))
   {
+    GNUNET_free (raw);
     GNUNET_break (0);
     return GNUNET_SYSERR;
   }

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



reply via email to

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