[Commits] [SCM] claws branch, master, updated. 3.16.0-80-gbafb3e4

ticho at claws-mail.org ticho at claws-mail.org
Wed Feb 28 19:46:50 CET 2018


The branch, master has been updated
       via  bafb3e43d73525659b4b391526880f5119e06af2 (commit)
      from  a4666c4c3f59f539a36509279f6e24b8a5510206 (commit)

Summary of changes:
 src/compose.c |    1 -
 1 file changed, 1 deletion(-)


- Log -----------------------------------------------------------------
commit bafb3e43d73525659b4b391526880f5119e06af2
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Wed Feb 28 19:43:43 2018 +0100

    Fix a dumb double-free on Windows.
    
    Closes bug 3957: Claws-Mail 64bit crashes when saving a draft

diff --git a/src/compose.c b/src/compose.c
index 6508ebf..b6b14e7 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10473,7 +10473,6 @@ warn_err:
 		mtime = tv.tv_sec;
 		g_object_unref(fi);
 		g_object_unref(f);
-		g_free(path);
 #else
 		if (g_stat(path, &s) < 0) {
 			FILE_OP_ERROR(path, "stat");

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list