[empathy] connection-aggregator: fix contacts array leak
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] connection-aggregator: fix contacts array leak
- Date: Wed, 12 Sep 2012 13:35:29 +0000 (UTC)
commit 6fbef3adb95ac8bd28ea1f7a81b40a06f993e061
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Sep 12 13:07:33 2012 +0200
connection-aggregator: fix contacts array leak
https://bugzilla.gnome.org/show_bug.cgi?id=683864
libempathy/empathy-connection-aggregator.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-connection-aggregator.c b/libempathy/empathy-connection-aggregator.c
index 8d05b6c..f42e18f 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]