From 0c01ba62e9239df6124e5778c9f6852d6041ba3a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 22 Feb 2012 09:34:03 +0100 Subject: [PATCH] early return if GetContactInfo() failed https://bugs.freedesktop.org/show_bug.cgi?id=46430 --- telepathy-glib/connection-contact-info.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/telepathy-glib/connection-contact-info.c b/telepathy-glib/connection-contact-info.c index c1b0ba8..aeba81e 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); -- 1.7.7.6