X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/78211e93e9a370556c7c44b204dfac7b47766b43..beea66c0b2b2bba29bca5fbc241e7811abd20469:/sbr/arglist.c diff --git a/sbr/arglist.c b/sbr/arglist.c index 20bf84c7..1f85b7b2 100644 --- a/sbr/arglist.c +++ b/sbr/arglist.c @@ -90,6 +90,7 @@ argsplit(char *command, char **file, int *argp) *file = getcpy(split[0]); if (argp) *argp = i; + free(p); return argvarray; }