X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=28e0e851b5f193155f9eb56d7292f7a683622e7a;hp=37dc9b17d8871c941027fe1c385685dd51fb797c;hb=72795bfcbe9f7fee8927b1a4942c0230b0f857a8;hpb=5086954856e7b078981418d4aac233d37deb72bd diff --git a/uip/burst.c b/uip/burst.c index 37dc9b1..28e0e85 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -117,7 +117,7 @@ main(int argc, char **argv) seq_setprev(mp); /* set the previous-sequence */ smsgs = (struct smsg *) - calloc((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); + mh_xcalloc((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); if (smsgs == NULL) adios(EX_OSERR, NULL, "unable to allocate burst storage");