From 8e0d2f760b4ed12b18378ac5e2336006613f5eb3 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Mon, 12 Jun 2017 13:38:44 +0200 Subject: [PATCH] 0 leak memory --- fish_shell/fish_core.c | 1 + 1 file changed, 1 insertion(+) 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) {