Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

open devnull but never close #81

Open
sherimao opened this issue Jun 10, 2020 · 1 comment
Open

open devnull but never close #81

sherimao opened this issue Jun 10, 2020 · 1 comment

Comments

@sherimao
Copy link

sherimao commented Jun 10, 2020

You open /dev/null, but there's no fclose() statement
FILE *devnull = fopen("/dev/null", "w+");

@jmsanchezff
Copy link
Contributor

This issue has been fixed at PR #80 commit
8574409cb2185109ec1ac9c05fc9deb3e7f76fad

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants