]> granicus.if.org Git - neomutt/commit
Remove mutt_buffer_new() NULL retval checks.
authorKevin McCarthy <kevin@8t8.us>
Mon, 21 May 2018 22:12:47 +0000 (15:12 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 29 May 2018 02:00:25 +0000 (03:00 +0100)
commit325405c7d4592e03ee8bfccff9c278c6f1e74403
tree6b6b1854d1b5033f531c21966993062942d7ff66
parent87595168c92216870d644c3f408fe8e970933ae5
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
mutt/mbyte.c