Replace free() with mh_free0()
[mmh] / sbr / fmt_new.c
index 874129a..6dcc70b 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) {