Skip to content

Commit

Permalink
fix memory leak problem in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
xhuang3 committed Jan 22, 2018
1 parent 36b22e3 commit a4c1f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/AMap3D/maps/AMapMarker.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ @implementation AMapMarker {
MAAnnotationView *_annotationView;
MACustomCalloutView *_calloutView;
UIView *_customView;
AMapView *_mapView;
__weak AMapView *_mapView;
MAPinAnnotationColor _pinColor;
UIImage *_image;
CGPoint _centerOffset;
Expand Down

0 comments on commit a4c1f33

Please sign in to comment.