aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-16 11:47:42 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-16 11:47:42 +0000
commit4601b844cb667e8e6ac6dbaee77feddf64e0d8b7 (patch)
tree36fc761ca0e2b0d31ea93e811f184abfa062e8bd /src/conversation/gnunet-conversation.c
parent8e234654d3dbcc594f29dcc6ccfbecb743e32246 (diff)
downloadgnunet-4601b844cb667e8e6ac6dbaee77feddf64e0d8b7.tar.gz
gnunet-4601b844cb667e8e6ac6dbaee77feddf64e0d8b7.zip
fix #3611
Diffstat (limited to 'src/conversation/gnunet-conversation.c')
-rw-r--r--src/conversation/gnunet-conversation.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index 6c133966d..62bfe000a 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -440,8 +440,9 @@ call_event_handler (void *cls,
440 case GNUNET_CONVERSATION_EC_CALL_ERROR: 440 case GNUNET_CONVERSATION_EC_CALL_ERROR:
441 FPRINTF (stdout, 441 FPRINTF (stdout,
442 _("Error with the call, restarting it\n")); 442 _("Error with the call, restarting it\n"));
443 call_state = CS_RESOLVING; 443 GNUNET_free (peer_name);
444 // FIXME: is this correct? 444 peer_name = NULL;
445 call = NULL;
445 break; 446 break;
446 } 447 }
447} 448}