Skip to content

Commit

Permalink
cleanup after stop functions
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Jul 23, 2014
1 parent 2d22e6c commit 7d6cf03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/OrgBeuckmanTibeaconsModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ -(void)stopMonitoringAllRegions:(id)args
for (CLBeaconRegion *region in regions) {
[_locationManager stopMonitoringForRegion:region];
}
[regions release];

NSLog(@"[INFO] Turned off monitoring in ALL regions.");
}
Expand Down Expand Up @@ -289,6 +290,7 @@ - (void)stopRangingForAllBeacons:(id)args
for (CLBeaconRegion *region in regions) {
[self.locationManager stopRangingBeaconsInRegion:region];
}
[regions release];

NSLog(@"[INFO] Turned off ranging in ALL regions.");
}
Expand Down
Binary file not shown.
Binary file modified org.beuckman.tibeacons-iphone-0.7.zip
Binary file not shown.

0 comments on commit 7d6cf03

Please sign in to comment.