Skip to content

Fix memory leak occuring with new layout of string tensors #253

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

Merged
merged 1 commit into from
Mar 28, 2021

Conversation

saudet
Copy link
Contributor

@saudet saudet commented Mar 26, 2021

Also fix and actually use JavaCPP deallocator for TF_Session as well

Fixes #251 and we should probably add a regression test for that somewhere.
What would be a good place?

@karllessard karllessard changed the base branch from master to r0.3 March 26, 2021 13:19
@karllessard karllessard changed the base branch from r0.3 to master March 26, 2021 13:22
@karllessard
Copy link
Collaborator

Thanks @saudet , can you please rebase your changes on the r0.3 branch instead? We'll merge it in that branch to quickly release a version 0.3.1 with these fixes.

For the regression test, what about here?

@saudet saudet changed the base branch from master to r0.3 March 26, 2021 23:43
@saudet
Copy link
Contributor Author

saudet commented Mar 26, 2021

I've changed the base to r0.3 and it seems like it can still merge this, so go ahead!

Also fix and actually use JavaCPP deallocator for TF_Session as well
Copy link
Collaborator

@karllessard karllessard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right looks good @saudet , thanks! I'll merge it when I'll be ready to release 0.3.1

@karllessard karllessard merged commit d0434de into tensorflow:r0.3 Mar 28, 2021
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

Successfully merging this pull request may close these issues.

Possible memory leak with version 0.3.0
2 participants