From d992856fae759eed04e9ae78e5242259462416f1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Nov 2009 17:19:09 +0000 Subject: log_store_empathy_search_hit_new: don't unref accounts tp_account_manager_get_valid_accounts does *not* ref the accounts (#600800). --- libempathy/empathy-log-store-empathy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libempathy') 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); -- cgit v1.2.3