facebook / facebook/infer

False positive RESOURCE_LEAK

Open
#952 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.