gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/03: fix leak


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: fix leak
Date: Wed, 25 Jan 2017 17:38:59 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 646b5a63c3772b3bace12e8f43c62546cf8d775f
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jan 25 16:11:27 2017 +0100

    fix leak
---
 src/cadet/gnunet-service-cadet-new_channel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cadet/gnunet-service-cadet-new_channel.c 
b/src/cadet/gnunet-service-cadet-new_channel.c
index c3d5ef194..b5ddce6db 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -1169,6 +1169,7 @@ GCCH_handle_channel_plaintext_data (struct CadetChannel 
*ch,
       GNUNET_CONTAINER_DLL_remove (ccc->head_recv,
                                    ccc->tail_recv,
                                    com);
+      GNUNET_MQ_discard (com->env);
       GNUNET_free (com);
       return;
     }

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



reply via email to

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