aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-02-16 03:11:00 +0800
committerSjoerd Simons <sjoerd@luon.net>2008-02-16 03:11:00 +0800
commitfeab79ee6c5532235f4dbc22ba3dcb008fdfac70 (patch)
tree629cb14030d4b9a0e4033a79730420716b467344 /libempathy
parent977b799331bea35a58fb07dde467ec7914d94fb1 (diff)
parentf90defb418f7ee685277863a0f9364aea7ff75b1 (diff)
downloadgsoc2013-empathy-feab79ee6c5532235f4dbc22ba3dcb008fdfac70.tar
gsoc2013-empathy-feab79ee6c5532235f4dbc22ba3dcb008fdfac70.tar.gz
gsoc2013-empathy-feab79ee6c5532235f4dbc22ba3dcb008fdfac70.tar.bz2
gsoc2013-empathy-feab79ee6c5532235f4dbc22ba3dcb008fdfac70.tar.lz
gsoc2013-empathy-feab79ee6c5532235f4dbc22ba3dcb008fdfac70.tar.xz
gsoc2013-empathy-feab79ee6c5532235f4dbc22ba3dcb008fdfac70.tar.zst
gsoc2013-empathy-feab79ee6c5532235f4dbc22ba3dcb008fdfac70.zip
Merge branch 'master' of git://git.collabora.co.uk/git/empathy
Diffstat (limited to 'libempathy')
-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++)