summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-contact-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/connection-contact-info.c')
-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 cebbe93c4..e4ee1b2c0 100644
--- a/telepathy-glib/connection-contact-info.c
+++ b/telepathy-glib/connection-contact-info.c
@@ -436,6 +436,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);