Unverified Commit db4fb0a4 authored by 7c00's avatar 7c00 Committed by GitHub

Merge pull request #178 from xhuang3/master

fix memory leak problem in ios
parents 36b22e3b a4c1f333
......@@ -9,7 +9,7 @@
MAAnnotationView *_annotationView;
MACustomCalloutView *_calloutView;
UIView *_customView;
AMapView *_mapView;
__weak AMapView *_mapView;
MAPinAnnotationColor _pinColor;
UIImage *_image;
CGPoint _centerOffset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment