Skip to content

Commit

Permalink
https://github.com/mapbox/mapbox-ios-sdk/issues/633
Browse files Browse the repository at this point in the history
  • Loading branch information
chchrn committed May 27, 2015
1 parent edbe990 commit f61cb62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MapView/Map/RMCircle.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/** An RMCircle is used to represent a perfect circle shape on a map view. An RMCircle changes visible size in response to map zooms in order to consistently represent coverage of the same geographic area. */
@interface RMCircle : RMMapLayer
{
RMMapView *mapView;
__weak RMMapView *mapView;
CAShapeLayer *shapeLayer;

UIColor *lineColor;
Expand Down
1 change: 1 addition & 0 deletions MapView/Map/RMMapView.m
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ - (void)dealloc
[_zoomDelegateQueue cancelAllOperations];
[[NSNotificationCenter defaultCenter] removeObserver:self];
[_mapScrollView removeObserver:self forKeyPath:@"contentOffset"];
_mapScrollView.delegate = nil;
[_tileSourcesContainer cancelAllDownloads];
_locationManager.delegate = nil;
[_locationManager stopUpdatingLocation];
Expand Down

0 comments on commit f61cb62

Please sign in to comment.