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 #34

Open
hlward opened this issue Apr 5, 2018 · 1 comment
Open

Memory leak #34

hlward opened this issue Apr 5, 2018 · 1 comment

Comments

@hlward
Copy link

hlward commented Apr 5, 2018

The valgrind tool reports memory references held by the library at exit.

To repeat, just initialize a context, destroy it, exit.

@ktpedre
Copy link

ktpedre commented Apr 12, 2018

Most/all of the leaks at shutdown are due to hwloc or dlopen() references that aren't 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

2 participants