influxdb-cxx icon indicating copy to clipboard operation
influxdb-cxx copied to clipboard

open devnull but never close

Open sherimao opened this issue 4 years ago • 1 comments

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

sherimao avatar Jun 10 '20 06:06 sherimao

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

jmsanchezff avatar Jun 11 '20 09:06 jmsanchezff