Close file at the end.
This commit is contained in:
4
main.c
4
main.c
@@ -276,8 +276,6 @@ int main(int argc, char *argv[])
|
|||||||
fprintf(stderr, "read error: %s\n", strerror(errno));
|
fprintf(stderr, "read error: %s\n", strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose(f);
|
|
||||||
|
|
||||||
/* return 0; */
|
/* return 0; */
|
||||||
|
|
||||||
U64 lower_bound_s = (U64)ts;
|
U64 lower_bound_s = (U64)ts;
|
||||||
@@ -431,5 +429,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
CloseWindow();
|
CloseWindow();
|
||||||
|
|
||||||
|
fclose(f);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user