Fix a leak.

This commit is contained in:
wwp 2016-12-27 13:12:22 +01:00
parent ec9e88d3df
commit 6b68aee40d

View file

@ -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;
}