Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak in function gf_fileio_from_mem #2571

Closed
Hripsime-H opened this issue Aug 29, 2023 · 0 comments
Closed

Memory leak in function gf_fileio_from_mem #2571

Hripsime-H opened this issue Aug 29, 2023 · 0 comments

Comments

@Hripsime-H
Copy link

Memory leak in function gf_fileio_from_mem
The memory leak is reported by a static analyzer tool developed at CAST (https://www.linkedin.com/company/cast-center).

Dynamic memory is allocated here if gf_fileio_new fails, function will return from here and allocated memory will remain not freed.

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

No branches or pull requests

1 participant