gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 11/28: fix double-free


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 11/28: fix double-free
Date: Fri, 10 Mar 2017 18:18:55 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit fb5328f889339c21bf45079ff2f5de1fc9d58a4d
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 17:41:05 2017 +0100

    fix double-free
---
 src/conversation/gnunet-service-conversation.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conversation/gnunet-service-conversation.c 
b/src/conversation/gnunet-service-conversation.c
index f80cc1d11..e61ed44a1 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -779,7 +779,6 @@ handle_cadet_hangup_message (void *cls,
   {
   case CS_CALLEE_INIT:
     GNUNET_break_op (0);
-    destroy_line_cadet_channels (ch);
     return;
   case CS_CALLEE_RINGING:
   case CS_CALLEE_CONNECTED:

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



reply via email to

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