[Commits] [SCM] claws branch, master, updated. 3.9.3-141-gaa42c51
colin at claws-mail.org
colin at claws-mail.org
Fri May 2 09:27:30 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via aa42c515798b4c2eae901853cd629a80a5eb92fa (commit)
from 3dc522b3ecbe48cf25f9d315b9ef123b2ebc226b (commit)
- Log -----------------------------------------------------------------
commit aa42c515798b4c2eae901853cd629a80a5eb92fa
Author: Colin Leroy <colin at colino.net>
Date: Fri May 2 09:27:34 2014 +0200
Fix leak
diff --git a/src/imap.c b/src/imap.c
index e2eee5e..6813d9e 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -769,6 +769,8 @@ 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 insertions(+)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list