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

#32 Fixed memory leak when creating layers #35

Merged
merged 2 commits into from
Jun 10, 2020

Conversation

AlexKven
Copy link

Previously, adding a layer created a DotNetReference object that must be disposed when no longer needed. This wasn't being tracked, and these references weren't disposed when a layer is removed.

@Mehigh17 Mehigh17 added the enhancement Concerns changes that improve or upgrade the existing code base. label Jun 10, 2020
@Mehigh17 Mehigh17 linked an issue Jun 10, 2020 that may be closed by this pull request
@Mehigh17 Mehigh17 merged commit 409d19a into Mehigh17:master Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Concerns changes that improve or upgrade the existing code base.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak while creating layers
2 participants