X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=a68420a129b7f1d6b911ffea870ae2d9bc3ca006;hp=119a936a9cd60bb4e012b17bc41b8758641afa7d;hb=31750e8a12eafcd1b8fa81cb12b988e680254f24;hpb=b78007de9802005825390bee71dfce2306b42519 diff --git a/uip/burst.c b/uip/burst.c index 119a936..a68420a 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -88,7 +88,7 @@ main(int argc, char **argv) if (folder) adios(EX_USAGE, NULL, "only one folder at a time!"); else - folder = getcpy(expandfol(cp)); + folder = mh_xstrdup(expandfol(cp)); } else { msgs[msgp++] = cp; } @@ -136,7 +136,7 @@ main(int argc, char **argv) } } - free(smsgs); + mh_free0(&smsgs); context_replace(curfolder, folder); /*