[Commits] [SCM] claws branch, master, updated. 3.16.0-5-gb190f09
ticho at claws-mail.org
ticho at claws-mail.org
Wed Dec 20 10:46:29 CET 2017
The branch, master has been updated
via b190f09ab3534533751306dd4c2529aabc387ad4 (commit)
from 3e51045f2f786606104edf349d5f56dd482e57a9 (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b190f09ab3534533751306dd4c2529aabc387ad4
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Dec 20 10:45:24 2017 +0100
Fix missing GError initialization in compose_draft().
diff --git a/src/compose.c b/src/compose.c
index 3841d82..878e88c 100644
--- 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
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list