Browse Source

check_redirect ver1

master
10195501441 3 years ago
parent
commit
cb0afb29c7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      yeeshell.c

+ 0
- 2
yeeshell.c View File

@ -252,8 +252,6 @@ int execute(char *cmdline, char **args)
} }
} }
close(fd); close(fd);
free(redirect_filename);
free(redirect_args);
return 1; return 1;
} }

Loading…
Cancel
Save