mirror of
https://gitlab.com/klmp200/fish.git
synced 2025-07-11 04:09:22 +00:00
0 leak memory
This commit is contained in:
@ -86,6 +86,7 @@ void fishLoop(Settings * settings){
|
||||
free(line);
|
||||
|
||||
} while(status != EXIT_SIGNAL);
|
||||
freeRedirection();
|
||||
}
|
||||
|
||||
int countSeparators(char *string, char *regex) {
|
||||
|
Reference in New Issue
Block a user