Replace free() with mh_free0()
[mmh] / uip / forw.c
index 243c918..5b577bd 100644 (file)
@@ -336,7 +336,7 @@ build_form(char *form, char *digest, int volume, int issue)
        line = mh_xcalloc(fmtsize, sizeof(char));
        fmt_scan(fmt, line, fmtsize, dat);
        fputs(line, tmp);
-       free(line);
+       mh_free0(&line);
        if (fclose(tmp))
                adios(EX_IOERR, tmpfil, "error writing");