aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-connection-aggregator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-connection-aggregator.c b/libempathy/empathy-connection-aggregator.c
index 8d05b6c28..f42e18fd1 100644
--- a/libempathy/empathy-connection-aggregator.c
+++ b/libempathy/empathy-connection-aggregator.c
@@ -128,6 +128,7 @@ check_connection (EmpathyConnectionAggregator *self,
contact_list_changed_cb (conn, contacts, empty, self);
g_ptr_array_unref (empty);
}
+ g_ptr_array_unref (contacts);
tp_g_signal_connect_object (conn, "invalidated",
G_CALLBACK (conn_invalidated_cb), self, 0);