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

Fix memory leaks on zoom #817

Merged
merged 3 commits into from
Jan 15, 2022

Conversation

lmoureaux
Copy link
Contributor

I screwed up, this was my fault to begin with.

Closes #807.

@lmoureaux
Copy link
Contributor Author

WASM build error is solved by #815

@lmoureaux lmoureaux added this to the v3.0-beta.1 milestone Jan 11, 2022
Turns out virtual destructors need to be defined even if defaulted... I don't
like this, C++ Standard Committee.

Closes longturn#807.
Copy link
Collaborator

@jwrober jwrober left a comment

Choose a reason for hiding this comment

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

I was able to recreate the memory leak and then not-able to after applying the patch. Looks to work for me at least.

@lmoureaux lmoureaux merged commit fe3f5fa into longturn:master Jan 15, 2022
@lmoureaux lmoureaux deleted the bugfix/zoom-memory-leak branch January 15, 2022 16:47
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.

Client doesn't free sprites on zoom
2 participants