X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fforw.c;h=5b577bda8ccbd449c92b0b4b1f6d00afa0d26c18;hp=243c9181d99e60e85b5d1a2469d111ee07b7f0f8;hb=d4c34b4439a9dbd89664de460ed37ecddc260fb1;hpb=b78007de9802005825390bee71dfce2306b42519 diff --git a/uip/forw.c b/uip/forw.c index 243c918..5b577bd 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -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");