[Commits] [SCM] claws branch, master, updated. 3.15.0-124-g3266300
ticho at claws-mail.org
ticho at claws-mail.org
Fri Jul 28 19:51:01 CEST 2017
The branch, master has been updated
via 3266300edcd71b7f321caad962ee3cbb67466633 (commit)
from 14eb5b009416465e7ce21523e7f67b78ce9411a8 (commit)
Summary of changes:
src/compose.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 3266300edcd71b7f321caad962ee3cbb67466633
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Jul 28 19:50:29 2017 +0200
Fix a memory leak in empty subject warning dialog in compose.c.
diff --git a/src/compose.c b/src/compose.c
index 023b36d..69c5a0f 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -5169,6 +5169,7 @@ static gboolean compose_check_entries(Compose *compose, gboolean check_everythin
GTK_STOCK_CANCEL, button_label, NULL, TRUE, NULL,
ALERT_QUESTION, G_ALERTDEFAULT);
g_free(message);
+ g_free(button_label);
if (aval & G_ALERTDISABLE) {
aval &= ~G_ALERTDISABLE;
prefs_common.warn_empty_subj = FALSE;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list