0 leak memory

This commit is contained in:
Antoine Bartuccio 2017-06-12 13:38:44 +02:00
parent 40fda08947
commit 8e0d2f760b
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ void fishLoop(Settings * settings){
free(line);
} while(status != EXIT_SIGNAL);
freeRedirection();
}
int countSeparators(char *string, char *regex) {