[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-109-gebd2faf
ticho at claws-mail.org
ticho at claws-mail.org
Wed Feb 28 19:48:01 CET 2018
The branch, gtk3 has been updated
via ebd2fafbefce47628747a4324f598e84cf86d7fb (commit)
from 5901789f10fd30c6d8aa71c758afb510f5adab37 (commit)
Summary of changes:
src/compose.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit ebd2fafbefce47628747a4324f598e84cf86d7fb
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 a89c7aa..3ff583c 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10489,7 +10489,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