From 7643326ce8527ddcc1504c9f43b4074210277f20 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 21 May 2009 14:42:45 +0200 Subject: [PATCH] Do NOT unref the send queues after creating them --- src/modest-tny-account-store.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 66c9b99..6b05564 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -1669,7 +1669,6 @@ insert_account (ModestTnyAccountStore *self, will automatically send missing emails when the connections become active */ send_queue = modest_runtime_get_send_queue ((TnyTransportAccount *) transport_account, TRUE); - g_object_unref (send_queue); /* Notify the observers. We do it after everything is created */ -- 1.7.9.5