X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Faddrsbr.c;h=e5fc19d646ad71d51bf14dbe22c5503d5339c51b;hp=ea017f4da0cdd908bce55005fcb48a85ef709430;hb=72795bfcbe9f7fee8927b1a4942c0230b0f857a8;hpb=5086954856e7b078981418d4aac233d37deb72bd diff --git a/sbr/addrsbr.c b/sbr/addrsbr.c index ea017f4..e5fc19d 100644 --- a/sbr/addrsbr.c +++ b/sbr/addrsbr.c @@ -103,7 +103,7 @@ getm(char *str, char *dfhost, int dftype, int wanthost, char *eresult) dftype = LOCALHOST; } - mp = (struct mailname *) calloc((size_t) 1, sizeof(*mp)); + mp = (struct mailname *) mh_xcalloc((size_t) 1, sizeof(*mp)); if (mp == NULL) { if (eresult) strcpy(eresult, "insufficient memory to represent address");