X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e5479da8544d4fe47a320934667cb91c1c6a309e..459c5e3d66287e314dff8543df32c6c14a8464c6:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index 40beb1ca..fea40835 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -207,7 +207,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;