From c2a34fce3d38ab4e1239e5d36270ae4bb8c44d3b Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 1 Sep 2009 09:28:59 +0200 Subject: [PATCH] Removed an extra unref --- src/modest-mail-operation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index aa1d1cd..90d1943 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -1595,7 +1595,6 @@ update_account_get_msg_async_cb (TnyFolder *folder, /* Call the user callback and free */ new_headers = tny_iterator_get_list (msg_info->more_msgs); update_account_notify_user_and_free (info, new_headers); - g_object_unref (new_headers); /* Delete the helper */ g_object_unref (msg_info->more_msgs); -- 1.7.9.5