talons

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

commit bafb3e43d73525659b4b391526880f5119e06af2
parent a4666c4c3f59f539a36509279f6e24b8a5510206
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 @@ -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");