False positive RESOURCE_LEAK
Open
false-positive
- Dominant language
- OCaml
- Stars
- 15.7k
- Forks
- 2.1k
- Avg merge
- 19h 36m
- Merged PRs (30d)
- 13
Description
...:63: error: RESOURCE_LEAK
resource of type `_IO_FILE` acquired by call to `fopen()` at line 63, column 66 is not released after line 63, column 55.
62. {
63. > std::unique_ptr input_file(std::fopen(path, "rb"),
64. &std::fclose);
Contributor guide
Assessment
This issue has not been assessed yet.