aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-31 21:06:02 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-31 21:06:02 +0000
commit37b4c5e44430739f59178300591b72c5839e1ddd (patch)
tree4d14660be371598745eab896249654e91fda158d
parent4b9a196cab0efd4767c165bfef339b24b8688741 (diff)
downloadgnunet-gtk-37b4c5e44430739f59178300591b72c5839e1ddd.tar.gz
gnunet-gtk-37b4c5e44430739f59178300591b72c5839e1ddd.zip
-expand clean-up logic
-rw-r--r--src/conversation/gnunet-conversation-gtk_phone.c2
1 files changed, 1 insertions, 1 deletions
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)
381 if (NULL != oc->call) 381 if (NULL != oc->call)
382 { 382 {
383 GNUNET_CONVERSATION_call_stop (oc->call); 383 GNUNET_CONVERSATION_call_stop (oc->call);
384 ic->caller = NULL; 384 oc->call = NULL;
385 } 385 }
386 GNUNET_free (oc->peer_name); 386 GNUNET_free (oc->peer_name);
387 gtk_tree_row_reference_free (oc->rr); 387 gtk_tree_row_reference_free (oc->rr);