Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r.out.png: reset file pointer to NULL after fclose (#4220)
This patch continues the work from 917ba58. It's a good practice to immediately reset the file pointer once we do fclose on it, as it prevents using/closing descriptor allocated to another file in the future execution paths. Signed-off-by: Mohan Yelugoti <[email protected]>
- Loading branch information