X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpick.c;h=819d81a247399dacaea06a9f771cde48fc278cf2;hp=b3bac286f221a357e0fca813202cbd7d177edf25;hb=e16d5bfc58d8b0dfe61701cd4d6b1732e837d60a;hpb=72795bfcbe9f7fee8927b1a4942c0230b0f857a8 diff --git a/uip/pick.c b/uip/pick.c index b3bac28..819d81a 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -768,7 +768,7 @@ newnexus(int (*action)()) { struct nexus *p; - if ((p = (struct nexus *) calloc((size_t) 1, sizeof *p)) == NULL) + if ((p = (struct nexus *) mh_xcalloc((size_t) 1, sizeof *p)) == NULL) adios(EX_OSERR, NULL, "unable to allocate component storage"); p->n_action = action;