]> diplodocus.org Git - nmh/blobdiff - uip/picksbr.c
Fix C-T-E of message, as well as multipart, types to be 7bit, 8bit,
[nmh] / uip / picksbr.c
index d444cd6853d604cc17db5d95c7c1418f896e7726..3c2107c27c0bdf2e0836e6dcd25c550026ea90c7 100644 (file)
@@ -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;