loop #2

Merged
cromer merged 11 commits from loop into master 2021-06-19 23:03:40 -04:00
Showing only changes of commit 21448cee37 - Show all commits

View File

@ -46,6 +46,9 @@ void loop() {
else { else {
perror("Error: "); perror("Error: ");
printf("\n"); printf("\n");
if (line != NULL) {
free(line);
}
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
} }