1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2024-11-13 04:13:19 +00:00

0 leak memory

This commit is contained in:
Antoine Bartuccio 2017-06-12 13:38:44 +02:00
parent 40fda08947
commit 8e0d2f760b

View File

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