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

Python coverage: (wrongly?) report a memory leak of type 'std::vector< std::shared_ptr< libcellml::AnalyserEquation > > *' #1222

Closed
agarny opened this issue Apr 8, 2024 · 2 comments

Comments

@agarny
Copy link
Contributor

agarny commented Apr 8, 2024

If we look at the latest Python coverage, we can see that it has 100% coverage, but swig/python detected a memory leak of type 'std::vector< std::shared_ptr< libcellml::AnalyserEquation > > *', no destructor found.

We don't have any memory leaks for our C++ codebase, so is that a false positive or a real issue with our Python bindings?

@nickerso
Copy link
Contributor

nickerso commented Apr 8, 2024

Duplicate of #1129?

@hsorby
Copy link
Contributor

hsorby commented Apr 8, 2024

Yes dupe.

@hsorby hsorby closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants