X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/af37e7c921540be0a53a0b6999f3d1cc95cc7527..c576ad2674c37a1c63f004c71049998f38854c64:/sbr/arglist.c diff --git a/sbr/arglist.c b/sbr/arglist.c index ceac3f1a..59d311b2 100644 --- a/sbr/arglist.c +++ b/sbr/arglist.c @@ -131,7 +131,7 @@ arglist_free(char *command, char **argvarray) { int i; - mh_xfree(command); + free(command); if (argvarray != NULL) { for (i = 0; argvarray[i] != NULL; i++)