]> granicus.if.org Git - neomutt/commit
Fix memory leak in compose write-fcc function
authorKevin McCarthy <kevin@8t8.us>
Sun, 22 Sep 2019 22:59:27 +0000 (15:59 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 1 Oct 2019 10:25:08 +0000 (11:25 +0100)
commit9606fd2cb755f6d4e54fceb72856182bf2c93135
tree43f7b792939a76d80b3abd5ab973adf89547df77
parent10f308622c6d2cac5f04ac718c717cb1695323a0
Fix memory leak in compose write-fcc function

The outer multipart was not being freed after writing.

Co-authored-by: Richard Russon <rich@flatcap.org>
compose.c