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 Growth When Scrolling Across Maps #5

Closed
jpike opened this issue Jul 26, 2014 · 0 comments
Closed

Fix Memory Growth When Scrolling Across Maps #5

jpike opened this issue Jul 26, 2014 · 0 comments
Labels

Comments

@jpike
Copy link
Owner

jpike commented Jul 26, 2014

When scrolling across maps in the overworld, memory usage continues to climb, which can bring the game to a crawl, so it needs to be fixed.

It is believed that the cause of this is shared_ptrs being added to the graphics system each time a map is loaded (which happens when scrolling occurs), but these shared_ptrs are never deleted.

@jpike jpike added the bug label Jul 26, 2014
@jpike jpike closed this as completed in 0196c14 Jul 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant