summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-12 15:56:31 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-12 16:00:47 +0200
commit08de9efcd7295f50d0883f048abfd00f3974502c (patch)
tree65ec152c7caf5c5373c311d8cb0ccccbc7b22ba7
parent4c886ee65c1e74ceb866f9d8b94d05cd1b0ab254 (diff)
downloadtelepathy-glib-08de9efcd7295f50d0883f048abfd00f3974502c.tar.gz
channel-contacts: don't leak the result preparing group members
-rw-r--r--telepathy-glib/channel-contacts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/channel-contacts.c b/telepathy-glib/channel-contacts.c
index dc381a3f3..8cf274fc7 100644
--- a/telepathy-glib/channel-contacts.c
+++ b/telepathy-glib/channel-contacts.c
@@ -1090,6 +1090,7 @@ contacts_prepared_cb (GObject *object,
g_simple_async_result_take_error (result, error);
g_simple_async_result_complete (result);
+ g_object_unref (result);
}
static void