From 79c06e53e7185925799c63507427c5ce2750eac0 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Tue, 2 Jul 2019 14:54:39 +0100 Subject: [PATCH] tags: fix leak --- email/tags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email/tags.c b/email/tags.c index c843f645d..a7ed1aad9 100644 --- a/email/tags.c +++ b/email/tags.c @@ -196,7 +196,7 @@ bool driver_tags_replace(struct TagHead *head, char *tags) { driver_tags_add(head, np->data); } - mutt_list_clear(&hsplit); + mutt_list_free(&hsplit); } return true; } -- 2.40.0