X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuild.c;h=4ff06efde4794652a7cd32e29807f4432c69b6b4;hp=ca7c5bf83aae362daaa36f18e65ce94680cf6a06;hb=d4c34b4439a9dbd89664de460ed37ecddc260fb1;hpb=b78007de9802005825390bee71dfce2306b42519 diff --git a/uip/mhbuild.c b/uip/mhbuild.c index ca7c5bf..4ff06ef 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -807,7 +807,7 @@ use_forw: if (!*cp) adios(EX_DATAERR, NULL, "empty pipe command for #%s directive", ci->ci_type); cp = getcpy(cp); - free(ci->ci_magic); + mh_free0(&(ci->ci_magic)); ci->ci_magic = cp; } else { /* record filename of decoded contents */ @@ -885,7 +885,7 @@ use_forw: if (!m_convert(mp, cp)) exit(EX_USAGE); } - free(folder); + mh_free0(&folder); free_ctinfo(ct); /*