]> granicus.if.org Git - neomutt/commit
coverity: fix defects
authorRichard Russon <rich@flatcap.org>
Thu, 11 May 2017 14:28:34 +0000 (15:28 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 12 May 2017 14:27:15 +0000 (15:27 +0100)
commit6928c5de6ef4f72ac201bbec1f3062bf874c2494
treef2e3acfdf596c602f4ba77c3db0bcaa65037eacb
parent51ff6d51c8009785122b744d6aea7e1a13b64299
coverity: fix defects

Most of these trivial problems were discovered when NNTP got enabled in
the default build.

- dereference after null check
- resource leak
- uninit pointer
- uninit var
- unused value
account.c
browser.c
init.c
keymap.c
newsrc.c
nntp.c
send.c
sendlib.c