X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/de06ed5f176a5fa3eb5522bb9a9741f9c3f1d0f4..63621a81d16ab743de6b57d47578a9a2c670ad22:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index 68def2bf..4a3b33a7 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -17,7 +17,7 @@ #include #include #include "mhmisc.h" -#include "../sbr/m_maildir.h" +#include "sbr/m_maildir.h" #include "mhfree.h" #include "mhshowsbr.h" @@ -246,7 +246,7 @@ do_cache: case FORMSW: if (!(cp = *argp++) || *cp == '-') adios (NULL, "missing argument to %s", argp[-2]); - mh_xfree(formsw); + free(formsw); formsw = getcpy (etcpath (cp)); continue;