Replace free() with mh_free0()
[mmh] / uip / distsbr.c
index d1b9474..a600b77 100644 (file)
@@ -118,7 +118,7 @@ process: ;
                }
                return NOTOK;
        }
-       free(resent);
+       mh_free0(&resent);
 
        if (txtfd != NOTOK) {
                lseek(txtfd, (off_t) 0, SEEK_SET);  /* msgnam not accurate */