X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=f4d92d29b47f44f487376cc4cab7b513da3abe10;hp=85ed7d74f2032e587ddc76c8a436a8b515729c45;hb=d4c34b4439a9dbd89664de460ed37ecddc260fb1;hpb=b78007de9802005825390bee71dfce2306b42519 diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 85ed7d7..f4d92d2 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -308,7 +308,7 @@ fmt_compile(char *fstring, struct format **fmt) size_t i; if (format_string) - free(format_string); + mh_free0(&format_string); format_string = getcpy(fstring); usr_fstring = fstring;