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

Removed memory leak from MarkerClient #56

Merged
merged 1 commit into from
Nov 21, 2013

Conversation

mtenorth
Copy link
Contributor

While the internal that.markers map did not have duplicates, the rootObject.children list still remembered a reference to the old marker and thereby prevented the garbage collector from eating it.

While the internal that.markers map did not have duplicates, the rootObject.children list still remembered a reference to the old marker and thereby prevented the garbage collector from eating it.
rctoris added a commit that referenced this pull request Nov 21, 2013
Removed memory leak from MarkerClient
@rctoris rctoris merged commit 13bb906 into RobotWebTools:devel Nov 21, 2013
@tlau
Copy link

tlau commented Nov 21, 2013

+1! We were seeing browsers crash after having the market client up for more than an hour. Glad this is fixed!

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.

3 participants