Commit a4c1f333 authored by xingbo.huang's avatar xingbo.huang

fix memory leak problem in ios

parent 36b22e3b
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
MAAnnotationView *_annotationView; MAAnnotationView *_annotationView;
MACustomCalloutView *_calloutView; MACustomCalloutView *_calloutView;
UIView *_customView; UIView *_customView;
AMapView *_mapView; __weak AMapView *_mapView;
MAPinAnnotationColor _pinColor; MAPinAnnotationColor _pinColor;
UIImage *_image; UIImage *_image;
CGPoint _centerOffset; 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