]> diplodocus.org Git - nmh/blobdiff - uip/forwsbr.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / forwsbr.c
index 928d9c3ab994664b6de03d35e564c7d6996b6e7f..3943071b651bc0f94b144c58831566826e8cbdee 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 static char msgbuf[256];
  */
 
 static char msgbuf[256];
-#define COMPFREE(c) if (c->c_text) free(c->c_text)
+#define COMPFREE(c) mh_xfree(c->c_text)
 
 /*
  * A list of components we treat as addresses
 
 /*
  * A list of components we treat as addresses