talons

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

commit b190f09ab3534533751306dd4c2529aabc387ad4
parent 3e51045f2f786606104edf349d5f56dd482e57a9
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Wed, 20 Dec 2017 10:45:24 +0100

Fix missing GError initialization in compose_draft().

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

diff --git a/src/compose.c b/src/compose.c @@ -10526,7 +10526,7 @@ warn_err: GFile *f; GFileInfo *fi; GTimeVal tv; - GError *error; + GError *error = NULL; #else GStatBuf s; #endif