]> diplodocus.org Git - nmh/blobdiff - sbr/arglist.c
Fixed forw.man to pass test-manpages.
[nmh] / sbr / arglist.c
index 68a26a203133cbb9644e9bd37f7e4edd12e107a7..e6f079e46c50fc90f84999c19c2661cf1cee897b 100644 (file)
@@ -133,8 +133,7 @@ arglist_free(char *command, char **argvarray)
 {
     int i;
 
-    if (command != NULL)
-       free(command);
+    mh_xfree(command);
 
     if (argvarray != NULL) {
        for (i = 0; argvarray[i] != NULL; i++)