X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/337b4e616e8f53ba06285b1645e1df9918ed5c16..5f781decc669fd72d79b8fb471d86cb6ad1dd71f:/uip/picksbr.c?ds=inline 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;