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

Remove unmanaged decorator from generated output #49

Merged
merged 2 commits into from
Mar 24, 2023

Conversation

ajwootto
Copy link
Contributor

  • using unmanaged decorator causes memory leaks because instances of the unmanaged class don't get cleaned up by GC. Remove that output from the generators and update README to remove reference to it.

Fixes #47

@piotr-oles piotr-oles added the patch Increment the patch version when merged label Mar 24, 2023
@piotr-oles piotr-oles merged commit 6842339 into piotr-oles:main Mar 24, 2023
@github-actions
Copy link

🚀 PR was released in v1.2.1 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of unmanaged on generated classes causing memory leaks
2 participants