aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-tp-call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index 1e2473e14..c9da17491 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -129,6 +129,7 @@ tp_call_identify_streams (EmpathyTpCall *call)
empathy_debug (DEBUG_DOMAIN, "Couldn't list audio/video streams: %s",
error->message);
g_clear_error (&error);
+ return;
}
for (i = 0; i < stream_infos->len; i++)