X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=62988699bb9f88ad7ade25b9b903fdec9da5e78e;hp=aeaf0e8e0c76152d1adc01b14bebae795179da61;hb=d4c34b4439a9dbd89664de460ed37ecddc260fb1;hpb=b78007de9802005825390bee71dfce2306b42519 diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index aeaf0e8..6298869 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -332,7 +332,7 @@ show_content_aux(CT ct, int alternate, char *cp, char *cracked) s = trimcpy(ct->c_descr); strncpy(bp, s, buflen); - free(s); + mh_free0(&s); } break; @@ -733,7 +733,7 @@ show_multi_aux(CT ct, int alternate, char *cp) s = trimcpy(ct->c_descr); strncpy(bp, s, buflen); - free(s); + mh_free0(&s); } break;