From 37b4c5e44430739f59178300591b72c5839e1ddd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 31 May 2014 21:06:02 +0000 Subject: -expand clean-up logic --- src/conversation/gnunet-conversation-gtk_phone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conversation/gnunet-conversation-gtk_phone.c b/src/conversation/gnunet-conversation-gtk_phone.c index 7a08d87f..d3cf0797 100644 --- a/src/conversation/gnunet-conversation-gtk_phone.c +++ b/src/conversation/gnunet-conversation-gtk_phone.c @@ -381,7 +381,7 @@ destroy_out (struct OutgoingCall *oc) if (NULL != oc->call) { GNUNET_CONVERSATION_call_stop (oc->call); - ic->caller = NULL; + oc->call = NULL; } GNUNET_free (oc->peer_name); gtk_tree_row_reference_free (oc->rr); -- cgit v1.2.3