aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-factory.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c
index 76b28cf9a..48b711b89 100644
--- a/src/empathy-call-factory.c
+++ b/src/empathy-call-factory.c
@@ -274,7 +274,7 @@ call_channel_got_contact (TpConnection *connection,
{
/* FIXME use hangup with an appropriate error */
tp_channel_close_async (TP_CHANNEL (call), NULL, NULL);
- goto out;
+ return;
}
handler = empathy_call_handler_new_for_channel (call, contact);
@@ -283,9 +283,6 @@ call_channel_got_contact (TpConnection *connection,
handler, FALSE);
g_object_unref (handler);
-
-out:
- g_object_unref (call);
}