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 leaks & consistency #15

Open
entwanne opened this issue Jan 24, 2020 · 0 comments
Open

Memory leaks & consistency #15

entwanne opened this issue Jan 24, 2020 · 0 comments

Comments

@entwanne
Copy link
Contributor

The binding code uses a lot of unsafe sections to keep pointers alive hen returning them to Python.

There may be some places where these allocated resources are not correctly freed.
And other places where we may execute invalid operations on pointers that could result in segmentation faults.

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