]> granicus.if.org Git - neomutt/commit
Add NULL checks to rfc1524_free_entry()
authorKevin McCarthy <kevin@8t8.us>
Sat, 22 Jun 2019 23:13:46 +0000 (16:13 -0700)
committerRichard Russon <rich@flatcap.org>
Mon, 24 Jun 2019 15:21:35 +0000 (16:21 +0100)
commit01c9061fd56fde82aaa30ca54c6d1c8135a8be4d
tree5de4c383bd1f6d9e7b1ad385433dbd4f430e0d20
parentcec0700c04c367d57a41ce4a9668d12a65400f97
Add NULL checks to rfc1524_free_entry()

The existing code was fine, but make it robust like other free
functions in mutt, so the behavior isn't surprising.

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