]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
Hoick FENDNULL(key) out of the search loop.
[nmh] / uip / mhshow.c
index 40beb1caf11eef8ed0128e2769e203a2d6dfe855..fea408357733dd72aa9312442f25821c53fe0554 100644 (file)
@@ -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;