gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Fix memory leak in publishi


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Fix memory leak in publishing UBlocks
Date: Sun, 12 Nov 2017 22:53:25 +0100

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

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d7b33a905 Fix memory leak in publishing UBlocks
d7b33a905 is described below

commit d7b33a905546adb869f022cbe86beb0b0582fd4b
Author: David Barksdale <address@hidden>
AuthorDate: Sun Nov 12 15:52:39 2017 -0600

    Fix memory leak in publishing UBlocks
---
 src/fs/fs_publish_ublock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/fs/fs_publish_ublock.c b/src/fs/fs_publish_ublock.c
index e21443ccb..189a6909a 100644
--- a/src/fs/fs_publish_ublock.c
+++ b/src/fs/fs_publish_ublock.c
@@ -301,6 +301,7 @@ GNUNET_FS_publish_ublock_ (struct GNUNET_FS_Handle *h,
     uc->task = GNUNET_SCHEDULER_add_now (&run_cont,
                                          uc);
   }
+  GNUNET_free (ub_enc);
   return uc;
 }
 

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



reply via email to

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