X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/337b4e616e8f53ba06285b1645e1df9918ed5c16..7711f3fc00259e55f630cfe6104eff3083dc9d77:/uip/picksbr.c diff --git a/uip/picksbr.c b/uip/picksbr.c index d444cd68..3c2107c2 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -459,7 +459,7 @@ newnexus (int (*action)()) { register 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 (NULL, "unable to allocate component storage"); p->n_action = action;