mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-21 16:23:20 +00:00
0 leak memory
This commit is contained in:
parent
40fda08947
commit
8e0d2f760b
@ -86,6 +86,7 @@ void fishLoop(Settings * settings){
|
|||||||
free(line);
|
free(line);
|
||||||
|
|
||||||
} while(status != EXIT_SIGNAL);
|
} while(status != EXIT_SIGNAL);
|
||||||
|
freeRedirection();
|
||||||
}
|
}
|
||||||
|
|
||||||
int countSeparators(char *string, char *regex) {
|
int countSeparators(char *string, char *regex) {
|
||||||
|
Loading…
Reference in New Issue
Block a user