X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e23b475a4861db57ca78067d553c4360b8c8d71..872ef4dde72a88ceb1358849a462f791135b842d:/sbr/mf.c diff --git a/sbr/mf.c b/sbr/mf.c index 86104de2..1ff8416f 100644 --- a/sbr/mf.c +++ b/sbr/mf.c @@ -152,12 +152,12 @@ getadrx (const char *addrs, int eai) char *bp; struct adrx *adrxp = &adrxs2; - mh_xfree(pers); - mh_xfree(mbox); - mh_xfree(host); - mh_xfree(routepath); - mh_xfree(grp); - mh_xfree(note); + free(pers); + free(mbox); + free(host); + free(routepath); + free(grp); + free(note); pers = mbox = host = routepath = grp = note = NULL; err[0] = 0; @@ -237,7 +237,7 @@ again: ; } /* FALLTHRU */ case LX_COMA: - mh_xfree(note); + free(note); note = NULL; goto again;