X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b6170b27ba8fedbb4d67d2842bfaa38d4417962..f1049604f9c88b9c8470bff8baee72414b724a9a:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index 1546f75a..2e2809a2 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -390,8 +390,8 @@ get_fields (char *datesw, int msg, struct smsg *smsg) msg, compnum); check_failed = 1; } - mh_xfree(datecomp); - mh_xfree(subjcomp); + free(datecomp); + free(subjcomp); fclose (in); return (0); @@ -453,7 +453,7 @@ get_fields (char *datesw, int msg, struct smsg *smsg) smsg->s_subj = subjcomp; } fclose (in); - mh_xfree(datecomp); + free(datecomp); return (1); }