]> diplodocus.org Git - nmh/blobdiff - sbr/addrsbr.c
Oops, fc31cece had a syntax error that gcc ignored, clang doesn't.
[nmh] / sbr / addrsbr.c
index 560995740a69fb553252f0ecbc5c1bbaac018392..70ddb8db0d3e3481f3fbee01fd3457efaadc10d0 100644 (file)
@@ -145,7 +145,7 @@ getm (char *str, char *dfhost, int dftype, char *eresult, size_t eresultsize)
        dftype = LOCALHOST;
     }
 
-    mp = mh_xcalloc(1, sizeof *mp);
+    NEW0(mp);
     mp->m_next = NULL;
     mp->m_text = getcpy (str);
     if (pers)