talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ebd2fafbefce47628747a4324f598e84cf86d7fb
parent 5901789f10fd30c6d8aa71c758afb510f5adab37
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Wed, 28 Feb 2018 19:43:43 +0100

Fix a dumb double-free on Windows.

Closes bug 3957: Claws-Mail 64bit crashes when saving a draft

Diffstat:
Msrc/compose.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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");