]> granicus.if.org Git - mutt/commit
Remove mutt_buffer_new() NULL retval checks.
authorKevin McCarthy <kevin@8t8.us>
Mon, 21 May 2018 22:12:47 +0000 (15:12 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 21 May 2018 22:12:47 +0000 (15:12 -0700)
commit63cb8a0a99477493bf9afb832b5a6cbdc7a792fb
treeb689fe500bc832f9a7e533d66a03ffc52d0a997d
parenta001b1d3400651d4a32812f86314e1de0f635388
Remove mutt_buffer_new() NULL retval checks.

It will fail, rather than return NULL.

Further clean up imap_new_data() since it also had NULL checks for
safe_calloc() that shouldn't happen.
imap/imap.c
imap/util.c
mbyte.c