[Commits] [SCM] claws branch, master, updated. 3.9.3-125-ge156c55

colin at claws-mail.org colin at claws-mail.org
Wed Apr 30 22:25:31 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  e156c55c5e9e66d7cef382e57b9ff406211a4ffc (commit)
      from  40a1b5af5bfdf86de374099a48210a22bd1e435b (commit)


- Log -----------------------------------------------------------------
commit e156c55c5e9e66d7cef382e57b9ff406211a4ffc
Author: Colin Leroy <colin at colino.net>
Date:   Wed Apr 30 22:25:18 2014 +0200

    Fix invalid free

diff --git a/src/imap.c b/src/imap.c
index 6ebcd33..b2bd8bc 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -768,8 +768,6 @@ static void imap_folder_destroy(Folder *folder)
 {
 	while (imap_folder_get_refcnt(folder) > 0)
 		gtk_main_iteration();
-	
-	g_free(IMAP_FOLDER(folder)->search_charset);
 
 	folder_remote_folder_destroy(REMOTE_FOLDER(folder));
 	imap_done(folder);

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

Summary of changes:
 src/imap.c |    2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list