diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-17 01:19:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-17 01:22:49 +0800 |
commit | d992856fae759eed04e9ae78e5242259462416f1 (patch) | |
tree | 840f29564ad453cef8de5069a40f401771993213 | |
parent | 60a1441ea328c9001ec1433be4d06fb363d34a42 (diff) | |
download | gsoc2013-empathy-d992856fae759eed04e9ae78e5242259462416f1.tar gsoc2013-empathy-d992856fae759eed04e9ae78e5242259462416f1.tar.gz gsoc2013-empathy-d992856fae759eed04e9ae78e5242259462416f1.tar.bz2 gsoc2013-empathy-d992856fae759eed04e9ae78e5242259462416f1.tar.lz gsoc2013-empathy-d992856fae759eed04e9ae78e5242259462416f1.tar.xz gsoc2013-empathy-d992856fae759eed04e9ae78e5242259462416f1.tar.zst gsoc2013-empathy-d992856fae759eed04e9ae78e5242259462416f1.zip |
log_store_empathy_search_hit_new: don't unref accounts
tp_account_manager_get_valid_accounts does *not* ref the accounts (#600800).
-rw-r--r-- | libempathy/empathy-log-store-empathy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index 8a25df7bc..2088fca03 100644 --- a/libempathy/empathy-log-store-empathy.c +++ b/libempathy/empathy-log-store-empathy.c @@ -422,7 +422,6 @@ log_store_empathy_search_hit_new (EmpathyLogStore *self, hit->account = account; g_object_ref (account); } - g_object_unref (account); g_free (name); } g_list_free (accounts); |