summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-20 14:46:17 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-20 14:46:17 +0100
commitd96df54afb4ba104165359d32f52054ab95a3f04 (patch)
treef47687cddcc6bab235c8bf37e3e3c5a7828f585f
parente1d4f5439e851a8ac4585e021778c13cb1d122ed (diff)
parent77173033efaa7c33d1badf446133c701e2ae890f (diff)
downloadtelepathy-glib-d96df54afb4ba104165359d32f52054ab95a3f04.tar.gz
Merge branch 'telepathy-glib-0.22'
-rw-r--r--telepathy-glib/base-client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index bd33b3c97..dbe153f6f 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -2000,6 +2000,7 @@ _tp_base_client_observe_channels (TpSvcClientObserver *iface,
out:
g_clear_object (&account);
+ g_clear_object (&connection);
if (channels != NULL)
g_ptr_array_unref (channels);
@@ -2173,6 +2174,7 @@ _tp_base_client_add_dispatch_operation (TpSvcClientApprover *iface,
out:
g_clear_object (&account);
+ g_clear_object (&connection);
if (channels != NULL)
g_ptr_array_unref (channels);
@@ -2521,6 +2523,7 @@ _tp_base_client_handle_channels (TpSvcClientHandler *iface,
out:
g_clear_object (&account);
+ g_clear_object (&connection);
if (channels != NULL)
g_ptr_array_unref (channels);