mousebird-consulting-inc / WhirlyGlobe

WhirlyGlobe Development
Other
831 stars 255 forks source link

Fix a potential crash from not synchronizing `MaplyTextureAtlas.dealloc` #1525

Closed TimSylvester closed 2 years ago

TimSylvester commented 2 years ago

Fix a crash from using entry.atlas after freeing it. Eliminate unnecessary copies and iterator loops.

TimSylvester commented 2 years ago

Yeah, seems fine on Android.