]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_compile.c
Replace free() with mh_free0()
[mmh] / sbr / fmt_compile.c
index 85ed7d74f2032e587ddc76c8a436a8b515729c45..f4d92d29b47f44f487376cc4cab7b513da3abe10 100644 (file)
@@ -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;