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

hotfix: reshape leaking memory #36

Merged
merged 2 commits into from
Aug 26, 2023
Merged

Conversation

henrique-borba
Copy link
Member

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

NDArray_Reshape is ovewriting the data pointer of NDArray_Empty but not freeing the previous allocated one.

@henrique-borba henrique-borba added the bug Something isn't working label Aug 26, 2023
@henrique-borba henrique-borba added this to the 1.0 milestone Aug 26, 2023
@henrique-borba henrique-borba self-assigned this Aug 26, 2023
@henrique-borba henrique-borba merged commit 08d80c2 into main Aug 26, 2023
@henrique-borba henrique-borba deleted the feat/update_package_1 branch August 26, 2023 17:37
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
Development

Successfully merging this pull request may close these issues.

1 participant