diff --git a/fish_shell/fish_core.c b/fish_shell/fish_core.c index d7523a9..cad7a03 100644 --- a/fish_shell/fish_core.c +++ b/fish_shell/fish_core.c @@ -86,6 +86,7 @@ void fishLoop(Settings * settings){ free(line); } while(status != EXIT_SIGNAL); + freeRedirection(); } int countSeparators(char *string, char *regex) {