summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-22 09:34:03 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-07-17 15:11:54 +0200
commitabde027db6d9d39ac0be08aefc9326c02df5199b (patch)
treea3ca48972ab72f8ec87519c489c1ed73cf799aa5
parent55f7253966837f86aa68eb56ed8df534c6484ac6 (diff)
downloadtelepathy-glib-0.18.tar.gz
early return if GetContactInfo() failedtelepathy-glib-0.18
https://bugs.freedesktop.org/show_bug.cgi?id=46430
-rw-r--r--telepathy-glib/connection-contact-info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/connection-contact-info.c b/telepathy-glib/connection-contact-info.c
index c1b0ba879..aeba81eea 100644
--- a/telepathy-glib/connection-contact-info.c
+++ b/telepathy-glib/connection-contact-info.c
@@ -440,6 +440,7 @@ tp_connection_get_contact_info_cb (TpProxy *proxy,
{
DEBUG ("Failed to get contact info properties: %s", error->message);
g_simple_async_result_set_from_error (result, error);
+ goto finally;
}
g_assert (self->priv->contact_info_supported_fields == NULL);