]> granicus.if.org Git - neomutt/commitdiff
merge: fix coverity defects
authorRichard Russon <rich@flatcap.org>
Thu, 28 Dec 2017 13:41:15 +0000 (13:41 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 28 Dec 2017 13:41:15 +0000 (13:41 +0000)
 * identical code for different branches
 * fix resource leaks
 * Array compared against 0
 * Pointer to local outside scope
 * hdr can't be NULL
 * remove unused values
 * fix use of 'fallthrough' comments


Trivial merge