Skip to content

Conversation

@yochiro
Copy link

@yochiro yochiro commented Jul 4, 2013

=> DelegatingGoogleMap.onRemove(DelegatingMarker marker) calls
createdMarkers.remove(marker.getReal().getMarker()), but getMarker()
always returns null at this point if the marker is removed before
calling onRemove, since LazyMarker#remove nulls it.

=> DelegatingGoogleMap.onRemove(DelegatingMarker marker) calls
createdMarkers.remove(marker.getReal().getMarker()), but getMarker()
always returns null at this point if the marker is removed before
calling onRemove, since LazyMarker#remove nulls it.
@mg6maciej mg6maciej merged commit d218543 into mg6maciej:master Jul 4, 2013
@mg6maciej
Copy link
Owner

Thank you for noticing it. That was some ugly leak.

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.

2 participants