X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlistsbr.c;fp=uip%2Fmhlistsbr.c;h=dd6264bf53e6c164902315babb51013ef7598cfe;hp=46b0d4cc40269a8636f5a97ecec001cb2b8c300c;hb=9cf6132a6ea29968131a000bc2fb6860affac45e;hpb=d4c34b4439a9dbd89664de460ed37ecddc260fb1 diff --git a/uip/mhlistsbr.c b/uip/mhlistsbr.c index 46b0d4c..dd6264b 100644 --- a/uip/mhlistsbr.c +++ b/uip/mhlistsbr.c @@ -174,8 +174,7 @@ list_content(CT ct, int toplevel, int verbose, int debug) /* print Content-Description */ if (ct->c_descr) { char *dp; - - dp = trimcpy(cp = getcpy(ct->c_descr)); + dp = trimcpy(cp = mh_xstrdup(ct->c_descr)); mh_free0(&cp); printf(LSTFMT2d1, dp); mh_free0(&dp);