aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conversation/conversation_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index 88fe8f11c..1984abdd6 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -645,6 +645,7 @@ GNUNET_CONVERSATION_phone_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
645 GNUNET_CRYPTO_hash (line, 645 GNUNET_CRYPTO_hash (line,
646 strlen (line), 646 strlen (line),
647 &line_port); 647 &line_port);
648 GNUNET_free (line);
648 phone = GNUNET_new (struct GNUNET_CONVERSATION_Phone); 649 phone = GNUNET_new (struct GNUNET_CONVERSATION_Phone);
649 if (GNUNET_OK != 650 if (GNUNET_OK !=
650 GNUNET_CRYPTO_get_peer_identity (cfg, 651 GNUNET_CRYPTO_get_peer_identity (cfg,