X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhshow.c;h=bb03939cce43e199722234c2b963e4c6909f98f6;hp=f48fa9939862db912e56f5a8ffadc31391013ece;hb=6e7d34c614291079de750ceda1d4f5ec537beb81;hpb=056af7546464661f792d85308f119bf6c1554316 diff --git a/uip/mhshow.c b/uip/mhshow.c index f48fa99..bb03939 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -249,8 +249,7 @@ main(int argc, char **argv) ** check if message is coming from file */ if (file) { - if (!(cts = (CT *) mh_xcalloc((size_t) 2, sizeof(*cts)))) - adios(EX_OSERR, NULL, "out of memory"); + cts = (CT *) mh_xcalloc((size_t) 2, sizeof(*cts)); ctp = cts; if ((ct = parse_mime(file))) @@ -304,9 +303,8 @@ main(int argc, char **argv) seq_setprev(mp); /* set the Previous-Sequence */ seq_setunseen(mp, 0); /* unset unseen seqs for shown msgs */ - if (!(cts = (CT *) mh_xcalloc((size_t) (mp->numsel + 1), - sizeof(*cts)))) - adios(EX_OSERR, NULL, "out of memory"); + cts = (CT *) mh_xcalloc((size_t) (mp->numsel + 1), + sizeof(*cts)); ctp = cts; /*