-
-/*
- * arglist.c -- Routines for handling argument lists for execvp() and friends
+/* arglist.c -- Routines for handling argument lists for execvp() and friends
*
* This code is Copyright (c) 2013, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
{
int i;
- if (command != NULL)
- free(command);
+ mh_xfree(command);
if (argvarray != NULL) {
for (i = 0; argvarray[i] != NULL; i++)