commit 6b68aee40d2e09580518069ad0f2ad5ac6f5bfbc
parent ec9e88d3df187d7d10bd2212a48f9e01e72cb205
Author: wwp <wwp@free.fr>
Date: Tue, 27 Dec 2016 13:12:22 +0100
Fix a leak.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;
}