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

Add wrapper fixes for Matlab memory leak #970

Merged
merged 3 commits into from
Dec 18, 2021
Merged

Conversation

varunagrawal
Copy link
Collaborator

@varunagrawal varunagrawal commented Dec 17, 2021

This PR pulls the latest updates from gtwrap which has fixes for a memory leakage in the matlab wrapper.
@mattking-smith has already verified this works well, so it should be an easy approval.

This PR also removes the need to add a separate pickle method in the interface file. As long as a class has a serialize method, pickle will also be added.

2cbaf7a3a Merge pull request #131 from borglab/remove-pickle
0c2a4483c add documentation
2e5af11ad Merge pull request #139 from borglab/fix/matlab-memory-leak
442b7d3b0 update test fixtures
f89d5e4bd delete object after clearing it from object collector
971282703 add the correct variable for RTTI registry creation
9758dec57 update test fixture
87aeb8f8c remove need for declaring pickle function in interface file

git-subtree-dir: wrap
git-subtree-split: 2cbaf7a3a628766ff40657e0150b407ed4af7ccd
@varunagrawal varunagrawal added the quick-review Quick and easy PR to review label Dec 17, 2021
@varunagrawal varunagrawal self-assigned this Dec 17, 2021
Copy link
Member

@dellaert dellaert left a comment

Choose a reason for hiding this comment

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

Thanks!!!

@varunagrawal varunagrawal merged commit 5e3db76 into develop Dec 18, 2021
@varunagrawal varunagrawal deleted the wrapper-update branch December 18, 2021 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quick-review Quick and easy PR to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants