fix double-free
authorChristian Grothoff <christian@grothoff.org>
Fri, 10 Mar 2017 16:41:05 +0000 (17:41 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 10 Mar 2017 16:41:05 +0000 (17:41 +0100)
src/conversation/gnunet-service-conversation.c

index f80cc1d11303e30828045d7b89976561fbac48c9..e61ed44a1b3485c1895b578f133f81a65788adae 100644 (file)
@@ -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: