]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_new.c
Replace free() with mh_free0()
[mmh] / sbr / fmt_new.c
index 874129aaaaf056e044b3b6fe0c54332df6b91d55..6dcc70b3535b79e1e26950fb23c4937355d76ffc 100644 (file)
@@ -30,7 +30,7 @@ new_fs(char *form, char *def_form)
        FILE *fp;
 
        if (formats) {
        FILE *fp;
 
        if (formats) {
-               free(formats);
+               mh_free0(&formats);
        }
 
        if (form) {
        }
 
        if (form) {