[Commits] [SCM] claws branch, master, updated. 3.9.2-1-g8cd3d84

claws at claws-mail.org claws at claws-mail.org
Mon Jun 10 15:54:39 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  8cd3d8443dfd5ab9cfa0880ac76d3e78de7a0dd4 (commit)
      from  10d2dc8bb8e0a6c66b94fbcd83a06a6958439467 (commit)


- Log -----------------------------------------------------------------
commit 8cd3d8443dfd5ab9cfa0880ac76d3e78de7a0dd4
Author: Paul <paul at claws-mail.org>
Date:   Mon Jun 10 14:54:15 2013 +0100

    fix double-free crasher in Edit Accounts dialogue

diff --git a/src/account.c b/src/account.c
index da4c807..110cf5d 100644
--- a/src/account.c
+++ b/src/account.c
@@ -661,7 +661,6 @@ void account_destroy(PrefsAccount *ac_prefs)
 
 	folder_unref_account_all(ac_prefs);
 
-	prefs_account_free(ac_prefs);
 	account_list = g_list_remove(account_list, ac_prefs);
 
 	if (cur_account == ac_prefs) cur_account = NULL;

-----------------------------------------------------------------------

Summary of changes:
 src/account.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list