aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_phone.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk_phone.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_phone.c b/src/conversation/gnunet-conversation-gtk_phone.c
index dce6bbcc..17b4c6c1 100644
--- a/src/conversation/gnunet-conversation-gtk_phone.c
+++ b/src/conversation/gnunet-conversation-gtk_phone.c
@@ -878,7 +878,10 @@ handle_reverse_lookup_result (void *cls,
878 struct IncomingCall *ic = cls; 878 struct IncomingCall *ic = cls;
879 879
880 ic->qe = NULL; 880 ic->qe = NULL;
881 // FIXME! 881 if (NULL == label)
882 return;
883 GNUNET_free (ic->caller_id_str);
884 ic->caller_id_str = GNUNET_strdup (label);
882} 885}
883 886
884 887