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 TF Lite example #66

Open
mmf007 opened this issue Nov 3, 2021 · 1 comment
Open

Memory leak in TF Lite example #66

mmf007 opened this issue Nov 3, 2021 · 1 comment

Comments

@mmf007
Copy link

mmf007 commented Nov 3, 2021

Hi!
Memory leak in:
https://github.com/emgucv/emgutf/blob/master/Emgu.TF.Lite.Unity/Assets/Emgu.TF.Lite/Demo/CocoSsdMobilenetBehavior.cs
need to be written after line 63
Destroy(tmp);

emgucv pushed a commit that referenced this issue Nov 8, 2021
@emgucv
Copy link
Owner

emgucv commented Nov 8, 2021

Fixed in this commit:
1395c59

Thanks for pointing out.

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