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

Potential memory leak from useWebcam #7

Closed
joshuaellis opened this issue Nov 17, 2020 · 1 comment · Fixed by #13
Closed

Potential memory leak from useWebcam #7

joshuaellis opened this issue Nov 17, 2020 · 1 comment · Fixed by #13
Assignees
Labels
bug Something isn't working
Milestone

Comments

@joshuaellis
Copy link
Owner

useWebcam returns a tensor from the webcam image. While it disposes the original image, it doesn't dispose of the processed image. This could be cause of the leak.

@joshuaellis joshuaellis added this to the release 0.3.0 milestone Nov 17, 2020
@joshuaellis joshuaellis added the bug Something isn't working label Nov 17, 2020
@joshuaellis joshuaellis self-assigned this Nov 17, 2020
@joshuaellis joshuaellis linked a pull request Nov 18, 2020 that will close this issue
@joshuaellis
Copy link
Owner Author

Will be included in release 0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant