diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-12 15:56:31 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-12 16:00:47 +0200 |
commit | 08de9efcd7295f50d0883f048abfd00f3974502c (patch) | |
tree | 65ec152c7caf5c5373c311d8cb0ccccbc7b22ba7 | |
parent | 4c886ee65c1e74ceb866f9d8b94d05cd1b0ab254 (diff) |
channel-contacts: don't leak the result preparing group memberstelepathy-glib-0.18
-rw-r--r-- | telepathy-glib/channel-contacts.c | 1 |
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 |