From: Richard Russon Date: Thu, 16 Feb 2017 12:29:47 +0000 (+0000) Subject: fix: resource leak - CID 150921 X-Git-Tag: neomutt-20170225~14^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09d76d289d17f8b683e4421e50edae0ca371e835;p=neomutt fix: resource leak - CID 150921 --- diff --git a/query.c b/query.c index cfdbb27e6..a06b24ac7 100644 --- a/query.c +++ b/query.c @@ -441,6 +441,7 @@ static void query_menu (char *buf, size_t buflen, QUERY *results, int retbuf) } mutt_create_alias (NULL, naddr); + rfc822_free_address (&naddr); } else {