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:
parent
40fda08947
commit
8e0d2f760b
@ -86,6 +86,7 @@ void fishLoop(Settings * settings){
|
||||
free(line);
|
||||
|
||||
} while(status != EXIT_SIGNAL);
|
||||
freeRedirection();
|
||||
}
|
||||
|
||||
int countSeparators(char *string, char *regex) {
|
||||
|
Loading…
Reference in New Issue
Block a user