[Commits] [SCM] claws branch, master, updated. 3.14.1-78-g6b68aee
wwp at claws-mail.org
wwp at claws-mail.org
Tue Dec 27 13:12:28 CET 2016
The branch, master has been updated
via 6b68aee40d2e09580518069ad0f2ad5ac6f5bfbc (commit)
from ec9e88d3df187d7d10bd2212a48f9e01e72cb205 (commit)
Summary of changes:
src/messageview.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 6b68aee40d2e09580518069ad0f2ad5ac6f5bfbc
Author: wwp <wwp at free.fr>
Date: Tue Dec 27 13:12:22 2016 +0100
Fix a leak.
diff --git a/src/messageview.c b/src/messageview.c
index a62b863..f4ff324 100644
--- a/src/messageview.c
+++ b/src/messageview.c
@@ -877,6 +877,7 @@ static gint disposition_notification_send(MsgInfo *msginfo)
text,
_("_Don't Send"), _("_Send"), NULL, FALSE,
NULL, ALERT_WARNING, G_ALERTDEFAULT);
+ g_free(text);
if (val != G_ALERTALTERNATE)
return -1;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list